mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-07-31 19:30:21 +02:00
* Add CrashReporter to DMG and fix deps.
This commit is contained in:
@@ -41,7 +41,7 @@ VERSION=$1
|
|||||||
|
|
||||||
header "Copying Sparkle framework"
|
header "Copying Sparkle framework"
|
||||||
cp -R /Library/Frameworks/Sparkle.framework Contents/Frameworks
|
cp -R /Library/Frameworks/Sparkle.framework Contents/Frameworks
|
||||||
|
|
||||||
header "Creating DMG"
|
header "Creating DMG"
|
||||||
cd ..
|
cd ..
|
||||||
|
|
||||||
|
@@ -500,6 +500,11 @@ try:
|
|||||||
FixPlugin('spotify_tomahawkresolver', '../MacOS')
|
FixPlugin('spotify_tomahawkresolver', '../MacOS')
|
||||||
except:
|
except:
|
||||||
print 'Failed to find spotify resolver'
|
print 'Failed to find spotify resolver'
|
||||||
|
|
||||||
|
try:
|
||||||
|
FixPlugin('CrashReporter', '../MacOS')
|
||||||
|
except:
|
||||||
|
print 'Failed to find CrashReporter'
|
||||||
|
|
||||||
for plugin in QT_PLUGINS:
|
for plugin in QT_PLUGINS:
|
||||||
FixPlugin(FindQtPlugin(plugin), os.path.dirname(plugin))
|
FixPlugin(FindQtPlugin(plugin), os.path.dirname(plugin))
|
||||||
|
Reference in New Issue
Block a user