Fix FMOD Ex packaging

This commit is contained in:
Siana Gearz
2012-08-19 19:04:22 +02:00
parent 95b7842e31
commit 23b34aeb92
3 changed files with 39 additions and 20 deletions

View File

@@ -525,6 +525,14 @@ class DarwinManifest(ViewerManifest):
print "Skipping libfmodwrapper.dylib - not found"
pass
# And now FMOD Ex!
try:
self.path("libfmodex.dylib", "libfmodex.dylib")
pass
except:
print "Skipping libfmodex.dylib - not found"
pass
# our apps
try:
self.path("../mac_crash_logger/" + self.args['configuration'] + "/mac-crash-logger.app", "mac-crash-logger.app")