attempt to fix app icon

This commit is contained in:
2024-08-05 13:03:08 +10:00
parent 3801e23146
commit ab4f347ea3
2 changed files with 3 additions and 1 deletions

View File

@ -14,7 +14,7 @@ set_target_properties(Voxelotl PROPERTIES
MACOSX_BUNDLE_BUNDLE_VERSION "${PROJECT_VERSION}"
MACOSX_BUNDLE_SHORT_VERSION_STRING "${PROJECT_VERSION}"
MACOSX_BUNDLE_GUI_IDENTIFIER "gay.pizza.voxelotl"
MACOSX_BUNDLE_ICON_FILE "Voxelotl.icns"
MACOSX_BUNDLE_ICON_FILE "Voxelotl"
MACOSX_BUNDLE_INFO_PLIST "${CMAKE_CURRENT_SOURCE_DIR}/Info.plist.in"
BUILD_RPATH "@loader_path/../Frameworks"
XCODE_ATTRIBUTE_SKIP_INSTALL "NO"