mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-04 21:27:58 +02:00
* Fixed app bundle issues (blank icon, lowercase name).
This commit is contained in:
@@ -40,16 +40,24 @@ BUILD='1'
|
|||||||
NOTQUICK='1'
|
NOTQUICK='1'
|
||||||
CREATEDMG='1'
|
CREATEDMG='1'
|
||||||
|
|
||||||
header addQt
|
header "Adding Qt to app bundle"
|
||||||
cd tomahawk.app
|
cd tomahawk.app
|
||||||
$ROOT/../admin/mac/add-Qt-to-bundle.sh \
|
$ROOT/../admin/mac/add-Qt-to-bundle.sh \
|
||||||
'QtCore QtGui QtXml QtNetwork QtSql QtXmlPatterns QtWebKit phonon'
|
'QtCore QtGui QtXml QtNetwork QtSql QtXmlPatterns QtWebKit phonon'
|
||||||
|
|
||||||
header deposx
|
header "Running install_name_tool"
|
||||||
$ROOT/../admin/mac/deposx.sh
|
$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 $ROOT/../admin/mac/sparkle_pub.pem Contents/Resources
|
||||||
cp -R /Library/Frameworks/Sparkle.framework Contents/Frameworks
|
cp -R /Library/Frameworks/Sparkle.framework Contents/Frameworks
|
||||||
cp $ROOT/../admin/mac/qt.conf Contents/Resources
|
cp $ROOT/../admin/mac/qt.conf Contents/Resources
|
||||||
header Done!
|
|
||||||
|
|
||||||
|
header "Renaming app bundle"
|
||||||
|
cd ..
|
||||||
|
mv tomahawk.app Tomahawk.app
|
||||||
|
|
||||||
|
header "Done!"
|
||||||
|
Reference in New Issue
Block a user