diff --git a/admin/mac/build-release-osx.sh b/admin/mac/build-release-osx.sh index 3d59b146a..66cf4d648 100755 --- a/admin/mac/build-release-osx.sh +++ b/admin/mac/build-release-osx.sh @@ -41,7 +41,7 @@ VERSION=$1 header "Copying Sparkle framework" cp -R /Library/Frameworks/Sparkle.framework Contents/Frameworks - + header "Creating DMG" cd .. diff --git a/admin/mac/macdeploy.py b/admin/mac/macdeploy.py index c676cb433..a521dca51 100755 --- a/admin/mac/macdeploy.py +++ b/admin/mac/macdeploy.py @@ -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))