mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-10 01:58:19 +00:00
fixed make_release.py looking for default.bam instead of bam.lua and configure.lua
This commit is contained in:
parent
a0985314c9
commit
ec1a546ebd
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue