From ad2bdcc300288be78b17f2d3df132e0c710181e6 Mon Sep 17 00:00:00 2001 From: Christian Muehlhaeuser Date: Mon, 21 Mar 2011 13:09:27 +0100 Subject: [PATCH] * Do not manually copy Info.plist. --- admin/mac/build-release-osx.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/admin/mac/build-release-osx.sh b/admin/mac/build-release-osx.sh index c3454be9c..f54315ed6 100755 --- a/admin/mac/build-release-osx.sh +++ b/admin/mac/build-release-osx.sh @@ -48,10 +48,10 @@ CREATEDMG='1' header "Running install_name_tool" $ROOT/../admin/mac/deposx.sh - header "Renaming files & copying Info.plist" + header "Renaming files" 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 +# cp $ROOT/../admin/mac/Info.plist Contents/Info.plist header "Copying Sparkle pubkey & framework, and qt.conf" cp $ROOT/../admin/mac/sparkle_pub.pem Contents/Resources