Skip to content

Commit 1c06c1f

Browse files
committed
Update release script
1 parent 1be4b27 commit 1c06c1f

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

release.sh

-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
#!/bin/bash
22
git checkout master
3-
if ! .git/hooks/pre-commit; then
4-
exit 1
5-
fi
63
rm -rf NitroSniperGo_build_*
74
mkdir NitroSniperGo_build_win64 NitroSniperGo_build_linux NitroSniperGo_build_mac
85
env GOOS=windows GOARCH=amd64 go build && cp settings.json settings.json NitroSniperGo.exe NitroSniperGo_build_win64

0 commit comments

Comments
 (0)