From b74c2b79318779e69da88e7639b322b9a54d862c Mon Sep 17 00:00:00 2001 From: Joel de Vahl Date: Wed, 8 Oct 2008 16:33:08 +0000 Subject: Initial launcher (again) --- scripts/make_release.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'scripts/make_release.py') diff --git a/scripts/make_release.py b/scripts/make_release.py index 4bcff6cb..e2314884 100644 --- a/scripts/make_release.py +++ b/scripts/make_release.py @@ -37,7 +37,7 @@ if platform == 'win32': if 'osx_' in platform: use_zip = 1 use_gz = 0 - use_bundle = 0 + use_bundle = 1 def copydir(src, dst, excl=[]): for root, dirs, files in os.walk(src, topdown=True): @@ -90,7 +90,7 @@ if use_bundle: shutil.copy("other/icons/Teeworlds.icns", bundle_resource_dir) shutil.copy(name+exe_ext, bundle_bin_dir) shutil.copy(name+"_srv"+exe_ext, bundle_bin_dir) - shutil.copy("TeeLaunch"+exe_ext, bundle_bin_dir) + shutil.copy("osxlaunch"+exe_ext, bundle_bin_dir) file(os.path.join(bundle_content_dir, "Info.plist"), "w").write(""" @@ -99,7 +99,7 @@ if use_bundle: CFBundleDevelopmentRegion English CFBundleExecutable - teeworlds + osxlaunch CFBundleIconFile Teeworlds CFBundleInfoDictionaryVersion -- cgit 1.4.1