about summary refs log tree commit diff
path: root/scripts/make_release.py
diff options
context:
space:
mode:
authorMagnus Auvinen <magnus.auvinen@gmail.com>2007-12-15 14:40:39 +0000
committerMagnus Auvinen <magnus.auvinen@gmail.com>2007-12-15 14:40:39 +0000
commit83d82aa6ac894b34b88f4311d4f2e6647dbab966 (patch)
tree648e4728004dea492c58612bd049a1a98c3c0af2 /scripts/make_release.py
parentc4915c5bd99fb82c338d0ba4a3cbe136e5c305d1 (diff)
downloadzcatch-83d82aa6ac894b34b88f4311d4f2e6647dbab966.tar.gz
zcatch-83d82aa6ac894b34b88f4311d4f2e6647dbab966.zip
updated the scripts a bit
Diffstat (limited to 'scripts/make_release.py')
-rw-r--r--scripts/make_release.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/make_release.py b/scripts/make_release.py
index 211bb5b0..b5e692d2 100644
--- a/scripts/make_release.py
+++ b/scripts/make_release.py
@@ -72,7 +72,7 @@ if include_exe and not use_bundle:
 	shutil.copy("teewars_srv"+exe_ext, package_dir)
 	
 if include_src:
-	for p in ["src", "scripts", "datasrc", "other"]:
+	for p in ["src", "scripts", "datasrc", "other", "objs"]:
 		os.mkdir(os.path.join(package_dir, p))
 		copydir(p, package_dir)
 	shutil.copy("default.bam", package_dir)