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>2010-08-30 11:48:12 +0400
committerMikkel Krautz <mikkel@krautz.dk>2010-08-30 11:48:52 +0400
commit212ed932cce757d11a30381449877b7223522cd2 (patch)
tree5bbd619ef7def79ae5fe6c24d15e74f741046d51 /macx/scripts
parent9e5d8461a562f99cb63816343558277f0ee3ff9e (diff)
Remove Mac OS X overlay launcher.
Diffstat (limited to 'macx/scripts')
-rwxr-xr-xmacx/scripts/osxdist.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/macx/scripts/osxdist.py b/macx/scripts/osxdist.py
index c2b383948..c24cd6dc8 100755
--- a/macx/scripts/osxdist.py
+++ b/macx/scripts/osxdist.py
@@ -107,10 +107,6 @@ class AppBundle(object):
if os.path.exists(murmurd):
self.handle_binary_libs(murmurd)
- ol = os.path.join(os.path.abspath(self.bundle), 'Contents', 'MacOS', 'mumble-overlay')
- if os.path.exists(ol):
- self.handle_binary_libs(ol)
-
g15 = os.path.join(os.path.abspath(self.bundle), 'Contents', 'MacOS', 'mumble-g15-helper')
if os.path.exists(g15):
self.handle_binary_libs(g15)