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-02-01 02:17:21 +0300
committerMikkel Krautz <mikkel@krautz.dk>2010-02-01 22:13:57 +0300
commit1b99c949fb4d08465d6aacf6e5ea8e65f7b35bc7 (patch)
tree5ff986d61d3fee1f30ccbc5f89071b0988b0db1e /scripts
parentf9c3d34489fb5a1d766f87f147b2ec6bcc8ed4fc (diff)
Remove overlay from Mumble11x. Codesign libmanual.dylib.
Diffstat (limited to 'scripts')
-rw-r--r--scripts/osxdist.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/osxdist.py b/scripts/osxdist.py
index afca07562..dbc0e7c69 100644
--- a/scripts/osxdist.py
+++ b/scripts/osxdist.py
@@ -452,14 +452,14 @@ if __name__ == '__main__':
'release/Mumble.app/Contents/MacOS/mumble-g15-helper',
'release/Mumble.app/Contents/Overlay/mumble-overlay',
'release/Mumble.app/Contents/Plugins/liblink.dylib',
+ 'release/Mumble.app/Contents/Plugins/libmanual.dylib',
'release/Mumble.app/Contents/Overlay/libmumbleoverlay.dylib',
'release/Mumble.app/Contents/Codecs/libcelt0.0.7.0.dylib',
# 1.1.x
'release/Mumble11x.app/',
'release/Mumble11x.app/Contents/MacOS/mumble-g15-helper',
- 'release/Mumble11x.app/Contents/Overlay/mumble-overlay',
'release/Mumble11x.app/Contents/Plugins/liblink.dylib',
- 'release/Mumble11x.app/Contents/Overlay/libmumbleoverlay.dylib',
+ 'release/Mumble11x.app/Contents/Plugins/libmanual.dylib',
)
codesign(options.codesign, binaries)