mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-10 01:58:19 +00:00
modified the make_release.py to include the config_directory.bat on windows.
This commit is contained in:
parent
c3650b2450
commit
f390f99142
|
@ -59,6 +59,8 @@ shutil.copy("license.txt", package_dir)
|
|||
if include_data:
|
||||
os.mkdir(os.path.join(package_dir, "data"))
|
||||
copydir("data", package_dir)
|
||||
if platform[:3] == "win":
|
||||
shutil.copy("other/config_directory.bat", package_dir)
|
||||
|
||||
if include_exe:
|
||||
shutil.copy("teewars"+exe_ext, package_dir)
|
||||
|
|
Loading…
Reference in a new issue