mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-10 01:58:19 +00:00
Renamed a file and added it to make_release.py
This commit is contained in:
parent
24a688b2c3
commit
df84671d38
|
@ -63,6 +63,7 @@ shutil.copy("readme.txt", package_dir)
|
|||
shutil.copy("license.txt", package_dir)
|
||||
shutil.copy("storage.cfg", package_dir)
|
||||
shutil.copy("announcement.txt", package_dir)
|
||||
shutil.copy("license_DDRace.txt", package_dir)
|
||||
|
||||
if include_data and not use_bundle:
|
||||
os.mkdir(os.path.join(package_dir, "data"))
|
||||
|
|
Loading…
Reference in a new issue