1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-07-31 03:10:12 +02:00

* APPLICATION_NAME is now Tomahawk instead of Player. A few more build system fixes.

This commit is contained in:
Christian Muehlhaeuser
2011-03-21 09:21:58 +01:00
parent 6d482cf239
commit aedebfe9a9
3 changed files with 7 additions and 6 deletions

View File

@@ -5,9 +5,9 @@
<key>CFBundleDevelopmentRegion</key>
<string>English</string>
<key>CFBundleExecutable</key>
<string>tomahawk</string>
<string>Tomahawk</string>
<key>CFBundleIdentifier</key>
<string>org.tomahawk-player.org.Tomahawk</string>
<string>org.tomahawk-player.Tomahawk</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundlePackageType</key>

View File

@@ -48,8 +48,9 @@ CREATEDMG='1'
header "Running install_name_tool"
$ROOT/../admin/mac/deposx.sh
header "Renaming icon & copying Info.plist"
header "Renaming files & copying Info.plist"
mv Contents/Resources/tomahawkSources.icns Contents/Resources/Tomahawk.icns
mv Contents/MacOS/tomahawk Contents/MacOS/Tomahawk
cp $ROOT/../admin/mac/Info.plist Contents/Info.plist
header "Copying Sparkle pubkey & framework, and qt.conf"