Skip to content

Commit

Permalink
Updated
Browse files Browse the repository at this point in the history
  • Loading branch information
schollz committed Mar 12, 2016
1 parent 66ae13b commit 7e09b4d
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion makeBinaries.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,17 @@
os.system("rm -rf builds")
except:
pass
os.mkdir("builds")

try:
os.system("rm -rf static/sound.*")
except:
pass

try:
os.mkdir("builds")
except:
pass

for arch in arches:
goos = arch.split()[0]
goarch = arch.split()[1]
Expand Down

0 comments on commit 7e09b4d

Please sign in to comment.