1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-04-13 04:21:51 +02:00

* Add CrashReporter to DMG and fix deps.

This commit is contained in:
Christian Muehlhaeuser 2011-09-16 15:45:46 +02:00
parent 6d62fb8c1e
commit 695902d962
2 changed files with 6 additions and 1 deletions

View File

@ -41,7 +41,7 @@ VERSION=$1
header "Copying Sparkle framework"
cp -R /Library/Frameworks/Sparkle.framework Contents/Frameworks
header "Creating DMG"
cd ..

View File

@ -500,6 +500,11 @@ try:
FixPlugin('spotify_tomahawkresolver', '../MacOS')
except:
print 'Failed to find spotify resolver'
try:
FixPlugin('CrashReporter', '../MacOS')
except:
print 'Failed to find CrashReporter'
for plugin in QT_PLUGINS:
FixPlugin(FindQtPlugin(plugin), os.path.dirname(plugin))