Skip to content

Commit

Permalink
Add CELT 0.11.0 to OS X dist script.
Browse files Browse the repository at this point in the history
  • Loading branch information
mkrautz committed Feb 4, 2011
1 parent d256a9f commit 775165f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions macx/scripts/osxdist.py
Original file line number Diff line number Diff line change
Expand Up @@ -244,6 +244,7 @@ def copy_codecs(self):
os.makedirs(dst)
shutil.copy('release/libcelt0.0.7.0.dylib', dst)
shutil.copy('release/libcelt0.0.10.0.dylib', dst)
shutil.copy('release/libcelt0.0.11.0.dylib', dst)

def copy_plugins(self):
'''
Expand Down Expand Up @@ -500,6 +501,7 @@ def create(self):
'release/Mumble.app/Contents/Plugins/libmanual.dylib',
'release/Mumble.app/Contents/Codecs/libcelt0.0.7.0.dylib',
'release/Mumble.app/Contents/Codecs/libcelt0.0.10.0.dylib',
'release/Mumble.app/Contents/Codecs/libcelt0.0.11.0.dylib',
# 1.1.x
'release/Mumble11x.app/',
'release/Mumble11x.app/Contents/MacOS/mumble-g15-helper',
Expand Down

0 comments on commit 775165f

Please sign in to comment.