From c93dbcaa535691e737f9ea58fab3ce7b151aae1f Mon Sep 17 00:00:00 2001 From: Joel de Vahl Date: Wed, 19 Dec 2007 18:47:47 +0000 Subject: Initial server launcher for osx. --- scripts/make_release.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'scripts/make_release.py') diff --git a/scripts/make_release.py b/scripts/make_release.py index fa8766b4..dcb9b459 100644 --- a/scripts/make_release.py +++ b/scripts/make_release.py @@ -89,6 +89,8 @@ if use_bundle: copydir("data", bundle_resource_dir) shutil.copy("other/icons/Teewars.icns", bundle_resource_dir) shutil.copy("teewars"+exe_ext, bundle_bin_dir) + shutil.copy("teewars_srv"+exe_ext, bundle_bin_dir) + shutil.copy("TeeLaunch"+exe_ext, bundle_bin_dir) file(os.path.join(bundle_content_dir, "Info.plist"), "w").write(""" @@ -97,7 +99,7 @@ if use_bundle: CFBundleDevelopmentRegion English CFBundleExecutable - teewars + TeeLaunch CFBundleIconFile Teewars CFBundleInfoDictionaryVersion -- cgit 1.4.1