about summary refs log tree commit diff
path: root/scripts
diff options
context:
space:
mode:
authorGreYFoXGTi <GreYFoXGTi@GMaiL.CoM>2010-12-05 19:43:01 +0200
committeroy <Tom_Adams@web.de>2010-12-11 19:27:15 +0100
commitec1a546ebd7b72ca8aa4b240ea33d12564174991 (patch)
treee98e86a7076155213890e61e0ed56907a9c8b9c4 /scripts
parenta0985314c92cd1422c994f81ec22ab2a9c5dcd07 (diff)
downloadzcatch-ec1a546ebd7b72ca8aa4b240ea33d12564174991.tar.gz
zcatch-ec1a546ebd7b72ca8aa4b240ea33d12564174991.zip
fixed make_release.py looking for default.bam instead of bam.lua and configure.lua
Diffstat (limited to 'scripts')
-rw-r--r--scripts/make_release.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/make_release.py b/scripts/make_release.py
index 1a135904..649561b9 100644
--- a/scripts/make_release.py
+++ b/scripts/make_release.py
@@ -78,7 +78,8 @@ if include_src:
 	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)
+	shutil.copy("bam.lua", package_dir)
+	shutil.copy("configure.lua", package_dir)
 
 if use_bundle:
 	os.system("lipo -create -output teeworlds_srv teeworlds_srv_ppc teeworlds_srv_x86")