diff options
| author | Johan Althoff <teetow@gmail.com> | 2007-12-13 18:46:43 +0000 |
|---|---|---|
| committer | Johan Althoff <teetow@gmail.com> | 2007-12-13 18:46:43 +0000 |
| commit | f390f99142ce726622ebaacc0149cf3d371bf9ff (patch) | |
| tree | 05cace2ea4b6891401c9d4a8cd26284192014efb /scripts | |
| parent | c3650b245086bf758582529da117be04f618780d (diff) | |
| download | zcatch-f390f99142ce726622ebaacc0149cf3d371bf9ff.tar.gz zcatch-f390f99142ce726622ebaacc0149cf3d371bf9ff.zip | |
modified the make_release.py to include the config_directory.bat on windows.
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/make_release.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/make_release.py b/scripts/make_release.py index b31d0b2f..9c5a3f71 100644 --- a/scripts/make_release.py +++ b/scripts/make_release.py @@ -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) |