1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-07-31 19:30:21 +02:00

* Fixed app bundle issues (blank icon, lowercase name).

This commit is contained in:
Christian Muehlhaeuser
2011-03-21 07:17:15 +01:00
parent f4269f0f34
commit 4fe5602c49

View File

@@ -40,16 +40,24 @@ BUILD='1'
NOTQUICK='1'
CREATEDMG='1'
header addQt
header "Adding Qt to app bundle"
cd tomahawk.app
$ROOT/../admin/mac/add-Qt-to-bundle.sh \
'QtCore QtGui QtXml QtNetwork QtSql QtXmlPatterns QtWebKit phonon'
header deposx
header "Running install_name_tool"
$ROOT/../admin/mac/deposx.sh
header "Copying Sparkle pubkey and framework, and qt.conf"
header "Renaming icon"
mv Contents/Resources/tomahawkSources.icns Contents/Resources/tomahawk.icns
header "Copying Sparkle pubkey & 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!
header "Renaming app bundle"
cd ..
mv tomahawk.app Tomahawk.app
header "Done!"