1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-20 12:52:30 +02:00

Fix launching .app on osx when a Qt from homebrew is installed

This commit is contained in:
Leo Franchi
2011-03-07 22:05:39 -05:00
parent e5e68b5eac
commit 28f2b0d5b7
4 changed files with 8 additions and 4 deletions

View File

@@ -47,7 +47,9 @@ CREATEDMG='1'
header deposx
$ROOT/../admin/mac/deposx.sh
header "Copying Sparkle pubkey"
header "Copying Sparkle pubkey and framework, and qt.conf"
cp $ROOT/../admin/mac/sparkle_pub.pem Contents/Resources
cp -R /Library/Frameworks/Sparkle.framework Contents/Frameworks
cp $ROOT/../admin/mac/qt.conf Contents/Resources
header Done!