Skip to content

Commit

Permalink
Update release script
Browse files Browse the repository at this point in the history
  • Loading branch information
Vedza committed Jan 11, 2021
1 parent 7db0b3e commit ddcbd35
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions release.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#!/bin/bash

rm -rf NitroSniperGo_build_*
mkdir NitroSniperGo_build_win64 NitroSniperGo_build_linux NitroSniperGo_build_mac
env GOOS=windows GOARCH=amd64 go build && cp settings.json NitroSniperGo.exe NitroSniperGo_build_win64
env GOOS=linux go build && cp settings.json NitroSniperGo NitroSniperGo_build_linux
Expand Down
8 changes: 4 additions & 4 deletions settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,16 @@
"main_status": "",
"alts_status": "invisible",
"nitro_giveaway_sniper": false,
"giveaway_delay": 2,
"giveaway_dm": "",
"giveaway_delay": 30,
"giveaway_dm": "Hey, I won a giveway !",
"giveaway_dm_delay": 10,
"privnote_sniper": true,
"privnote_sniper": false,
"invite_sniper": true,
"invite_delay": {
"min": 10,
"max": 20
},
"invite_max" : 1,
"invite_max" : 10,
"invite_cooldown" : 6,
"webhook": {
"url": "",
Expand Down

0 comments on commit ddcbd35

Please sign in to comment.