about summary refs log tree commit diff
path: root/scripts/make_src.py
diff options
context:
space:
mode:
authorMagnus Auvinen <magnus.auvinen@gmail.com>2008-03-22 18:40:27 +0000
committerMagnus Auvinen <magnus.auvinen@gmail.com>2008-03-22 18:40:27 +0000
commitbc108df382b5ac4ca637bf97ba9b2d8b2d83e58f (patch)
treee04fade6077515b8a912283ea48bce52e2c771f2 /scripts/make_src.py
parent271f1ae44af3251bd9d4dd5585ae7078a5fe7993 (diff)
downloadzcatch-bc108df382b5ac4ca637bf97ba9b2d8b2d83e58f.tar.gz
zcatch-bc108df382b5ac4ca637bf97ba9b2d8b2d83e58f.zip
renamed everything. added the new license
Diffstat (limited to 'scripts/make_src.py')
-rw-r--r--scripts/make_src.py10
1 files changed, 5 insertions, 5 deletions
diff --git a/scripts/make_src.py b/scripts/make_src.py
index 58a1e1a7..fd769b99 100644
--- a/scripts/make_src.py
+++ b/scripts/make_src.py
@@ -28,10 +28,10 @@ if 1:
 	z.close()
 
 if 1:
-	os.system("svn export svn://svn.teewars.com/teewars/%s teewars" % svn_tree)
-	os.chdir("teewars")
+	os.system("svn export svn://svn.teeworlds.com/teeworlds/%s teeworlds" % svn_tree)
+	os.chdir("teeworlds")
 	os.system("python scripts/make_release.py %s src" % version)
 	os.chdir(root_dir)
-	for f in os.listdir("teewars"):
-		if "teewars" in f and "src" in f and (".zip" in f or ".tar.gz" in f):
-			shutil.copy("teewars/"+f, "../" + f)
+	for f in os.listdir("teeworlds"):
+		if "teeworlds" in f and "src" in f and (".zip" in f or ".tar.gz" in f):
+			shutil.copy("teeworlds/"+f, "../" + f)