mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-10 01:58:19 +00:00
minor fixes
This commit is contained in:
parent
839fb6ed4f
commit
96eebfb207
|
@ -1 +1 @@
|
|||
@start explorer %APPDATA%\Teewars
|
||||
@start explorer %APPDATA%\Teeworlds
|
||||
|
|
|
@ -1 +1 @@
|
|||
50h ICON "teewars.ico"
|
||||
50h ICON "teeworlds.ico"
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue