Skip to content

Commit

Permalink
Update release script
Browse files Browse the repository at this point in the history
  • Loading branch information
Vedza committed May 15, 2021
1 parent 1be4b27 commit 1c06c1f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions release.sh
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
#!/bin/bash
git checkout master
if ! .git/hooks/pre-commit; then
exit 1
fi
rm -rf NitroSniperGo_build_*
mkdir NitroSniperGo_build_win64 NitroSniperGo_build_linux NitroSniperGo_build_mac
env GOOS=windows GOARCH=amd64 go build && cp settings.json settings.json NitroSniperGo.exe NitroSniperGo_build_win64
Expand Down

0 comments on commit 1c06c1f

Please sign in to comment.