minor fixes

This commit is contained in:
Magnus Auvinen 2008-03-22 19:19:56 +00:00
parent 839fb6ed4f
commit 96eebfb207
3 changed files with 6 additions and 2 deletions

View file

@ -1 +1 @@
@start explorer %APPDATA%\Teewars
@start explorer %APPDATA%\Teeworlds

View file

@ -1 +1 @@
50h ICON "teewars.ico"
50h ICON "teeworlds.ico"

View file

@ -1,5 +1,9 @@
import os, shutil, zipfile, sys
if len(sys.argv) <= 1:
print "%s VERSION [SVN TREE]" % sys.argv[0]
sys.exit(-1)
version = sys.argv[1]
svn_tree = "tags/release-%s" % version