modified the make_release.py to include the config_directory.bat on windows.

This commit is contained in:
Johan Althoff 2007-12-13 18:46:43 +00:00
parent c3650b2450
commit f390f99142

View file

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