We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1be4b27 commit 1c06c1fCopy full SHA for 1c06c1f
release.sh
@@ -1,8 +1,5 @@
1
#!/bin/bash
2
git checkout master
3
-if ! .git/hooks/pre-commit; then
4
- exit 1
5
-fi
6
rm -rf NitroSniperGo_build_*
7
mkdir NitroSniperGo_build_win64 NitroSniperGo_build_linux NitroSniperGo_build_mac
8
env GOOS=windows GOARCH=amd64 go build && cp settings.json settings.json NitroSniperGo.exe NitroSniperGo_build_win64
0 commit comments