mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-11 08:34:34 +02:00
Don't install Info.plist at cmake time, as it is only valid for releases
This commit is contained in:
@@ -37,6 +37,7 @@ VERSION=$1
|
|||||||
|
|
||||||
header "Renaming icon"
|
header "Renaming icon"
|
||||||
mv Contents/Resources/tomahawkSources.icns Contents/Resources/Tomahawk.icns
|
mv Contents/Resources/tomahawkSources.icns Contents/Resources/Tomahawk.icns
|
||||||
|
cp $ROOT/../admin/mac/Info.plist Contents/Info.plist
|
||||||
|
|
||||||
|
|
||||||
header "Creating DMG"
|
header "Creating DMG"
|
||||||
|
@@ -50,8 +50,6 @@ if (APPLE)
|
|||||||
ENDIF()
|
ENDIF()
|
||||||
FILE( WRITE ${CMAKE_BINARY_DIR}/Info.plist "${edited_plist}" )
|
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
|
FILE(COPY ${CMAKE_SOURCE_DIR}/admin/mac/sparkle_pub.pem
|
||||||
DESTINATION "${CMAKE_BINARY_DIR}/tomahawk.app/Contents/Resources")
|
DESTINATION "${CMAKE_BINARY_DIR}/tomahawk.app/Contents/Resources")
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user