Skip to content

Commit cc222fd

Browse files
committed
Adding also openbsd to the supported list
Signed-off-by: Yolan Romailler <[email protected]>
1 parent fa76acf commit cc222fd

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

pkg/otp/screenshot_others.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
//go:build !(linux || windows || darwin || freebsd || netbsd)
2-
// +build !linux,!windows,!darwin,!freebsd,!netbsd
1+
//go:build !(linux || windows || darwin || freebsd || netbsd || openbsd)
2+
// +build !linux,!windows,!darwin,!freebsd,!netbsd,!openbsd
33

44
package otp
55

pkg/otp/screenshot_supported.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
//go:build linux || windows || darwin || freebsd || netbsd
2-
// +build linux windows darwin freebsd netbsd
1+
//go:build linux || windows || darwin || freebsd || netbsd || openbsd
2+
// +build linux windows darwin freebsd netbsd openbsd
33

44
package otp
55

0 commit comments

Comments
 (0)