Renamed a file and added it to make_release.py

This commit is contained in:
GreYFoXGTi 2011-02-05 01:49:54 +02:00
parent 24a688b2c3
commit df84671d38
2 changed files with 1 additions and 0 deletions

View file

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