1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-03-13 20:39:57 +01:00

Don't install Info.plist at cmake time, as it is only valid for releases

This commit is contained in:
Leo Franchi 2011-08-11 16:07:12 -04:00
parent b0d01ec0fb
commit 206c212767
2 changed files with 1 additions and 2 deletions

View File

@ -37,6 +37,7 @@ VERSION=$1
header "Renaming icon"
mv Contents/Resources/tomahawkSources.icns Contents/Resources/Tomahawk.icns
cp $ROOT/../admin/mac/Info.plist Contents/Info.plist
header "Creating DMG"

View File

@ -50,8 +50,6 @@ if (APPLE)
ENDIF()
FILE( WRITE ${CMAKE_BINARY_DIR}/Info.plist "${edited_plist}" )
FILE(COPY ${CMAKE_SOURCE_DIR}/admin/mac/qt.conf
DESTINATION "${CMAKE_BINARY_DIR}/tomahawk.app/Contents/Resources")
FILE(COPY ${CMAKE_SOURCE_DIR}/admin/mac/sparkle_pub.pem
DESTINATION "${CMAKE_BINARY_DIR}/tomahawk.app/Contents/Resources")