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:
parent
b0d01ec0fb
commit
206c212767
@ -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"
|
||||
|
@ -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")
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user