Skip to content

Commit

Permalink
fix: windows build error
Browse files Browse the repository at this point in the history
  • Loading branch information
lanyi1998 committed May 9, 2023
1 parent c1606e4 commit bff0d49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ zip -j build/dnslog-linux.zip build/dnslog-linux config.yaml

# Build binary for Windows
env GOOS=windows GOARCH=amd64 go build -o build/dnslog-windows.exe
zip -j build/dnslog-windows.zip build/dnslog-windows config.yaml
zip -j build/dnslog-windows.zip build/dnslog-windows.exe config.yaml

0 comments on commit bff0d49

Please sign in to comment.