fixed make_release.py looking for default.bam instead of bam.lua and configure.lua

This commit is contained in:
GreYFoXGTi 2010-12-05 19:43:01 +02:00 committed by oy
parent a0985314c9
commit ec1a546ebd

View file

@ -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")