summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorcoco875 <pereira.jannin@gmail.com>2024-12-11 15:48:55 +0100
committercoco875 <pereira.jannin@gmail.com>2024-12-11 15:48:55 +0100
commit25fe15c53f12a622d44bb18aaa449be22003ae2b (patch)
tree4a28ea45900d7b3a476054d8b5b1433462f37769 /CMakeLists.txt
parent5260b71abe3e35ea227897ec5ecc1d1d98dc64a2 (diff)
Update CMakeLists.txt
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 494f8b4b..e3b99acf 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -575,6 +575,7 @@ add_custom_target(CreateOSXIcons
COMMENT "Creating OSX icons ..."
)
add_dependencies(${PROJECT_NAME} CreateOSXIcons)
+ configure_file("${CMAKE_SOURCE_DIR}/Info.plist" "${CMAKE_BINARY_DIR}/Info.plist" COPYONLY)
endif()
set_property(TARGET ${PROJECT_NAME} PROPERTY APPIMAGE_DESKTOP_FILE_TERMINAL YES)