Fix Finder icon (#216)
- Regenerate new strawberry.icns - Fix Info.plist CFBundleIconFile - Install Info.plist to strawberry.app
This commit is contained in:
committed by
Jonas Kvinge
parent
045b0cd075
commit
45125abb8f
3
dist/CMakeLists.txt
vendored
3
dist/CMakeLists.txt
vendored
@@ -24,5 +24,6 @@ if (UNIX AND NOT APPLE)
|
||||
endif()
|
||||
|
||||
if (APPLE)
|
||||
install(FILES "${CMAKE_CURRENT_SOURCE_DIR}/../dist/macos/strawberry.icns" DESTINATION "${CMAKE_BINARY_DIR}/strawberry.app/Contents/Resources")
|
||||
install(FILES "${CMAKE_CURRENT_SOURCE_DIR}/../dist/macos/Info.plist" DESTINATION "${CMAKE_BINARY_DIR}/strawberry.app/Contents")
|
||||
install(FILES "${CMAKE_CURRENT_SOURCE_DIR}/../dist/macos/strawberry.icns" DESTINATION "${CMAKE_BINARY_DIR}/strawberry.app/Contents/Resources")
|
||||
endif (APPLE)
|
||||
|
||||
Reference in New Issue
Block a user