Skip to content

Commit 043457a

Browse files
committed
fix windows build
1 parent 17c55e7 commit 043457a

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

main.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
//go:build !windows || !gui || !cgo
2+
// +build !windows !gui !cgo
3+
14
package main
25

36
import "github.com/fdddf/xcstrings-translator/cmd"

0 commit comments

Comments
 (0)