refactor: move macOS icon to res folder

This commit is contained in:
sithlord48
2025-01-14 17:58:40 -05:00
committed by Chris Rizzitello
parent ca8c405b5e
commit e58e5c420b
2 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ if(WIN32)
configure_file(${CMAKE_SOURCE_DIR}/src/apps/res/rc_template.rc.in deskflow.rc)
set(platform_extra deskflow.rc)
elseif(APPLE)
set(platform_extra Deskflow.icns ${PROJECT_SOURCE_DIR}/LICENSE ${PROJECT_SOURCE_DIR}/LICENSE_EXCEPTION)
set(platform_extra ../res/Deskflow.icns ${PROJECT_SOURCE_DIR}/LICENSE ${PROJECT_SOURCE_DIR}/LICENSE_EXCEPTION)
set_source_files_properties(${platform_extra} PROPERTIES MACOSX_PACKAGE_LOCATION "Resources")
endif()