Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mumble-voip/mumble.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikkel Krautz <mikkel@krautz.dk>2009-12-09 01:14:02 +0300
committerMikkel Krautz <mikkel@krautz.dk>2009-12-09 01:14:42 +0300
commite595948cc07874425fd3d131b1ccba1a49b18527 (patch)
tree95b77601210c0b58ca4ce693232d410c7cde2a43 /scripts
parenteb9ab115b20260522ec5bf4d087242ec45997a19 (diff)
Fix overlay launcher for Snow Leopard. Update bundle identifiers.
For some reason, NSBundle think's mumble-overlay is Mumble.app's main executable, and since mumble-overlay has an embedded plist, this is the plist that gets looked up by the various methods of NSBundle. Gah.
Diffstat (limited to 'scripts')
-rw-r--r--scripts/osxdist.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/scripts/osxdist.py b/scripts/osxdist.py
index b14e14a05..2a4de8f32 100644
--- a/scripts/osxdist.py
+++ b/scripts/osxdist.py
@@ -225,8 +225,6 @@ class AppBundle(object):
dst = os.path.join(self.bundle, 'Contents', 'Overlay')
os.makedirs(dst)
shutil.copy('release/libmumbleoverlay.dylib', dst)
-
- dst = os.path.join(self.bundle, 'Contents', 'MacOS')
shutil.copy('release/mumble-overlay', dst)
def copy_codecs(self):