about summary refs log tree commit diff
path: root/scripts
diff options
context:
space:
mode:
authorJohan Althoff <teetow@gmail.com>2007-12-13 18:46:43 +0000
committerJohan Althoff <teetow@gmail.com>2007-12-13 18:46:43 +0000
commitf390f99142ce726622ebaacc0149cf3d371bf9ff (patch)
tree05cace2ea4b6891401c9d4a8cd26284192014efb /scripts
parentc3650b245086bf758582529da117be04f618780d (diff)
downloadzcatch-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.py2
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)