Skip to content

Commit

Permalink
Improve install directory
Browse files Browse the repository at this point in the history
  • Loading branch information
donarturo11 committed Feb 28, 2023
1 parent 2b00c6a commit c4f0bcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/CPackConfig.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ set(CPACK_PACKAGE_VENDOR donarturo11)
set(CPACK_PACKAGE_FILE_NAME ${PROJECT_NAME})
set(CPACK_PACKAGE_INSTALL_DIRECTORY .)
#set(CPACK_PACKAGE_ICON ${CMAKE_SOURCE_DIR}/desktop/AppIcon.png)
set(CPACK_INSTALLED_DIRECTORIES "${CMAKE_INSTALL_PREFIX};/")
set(CPACK_INSTALLED_DIRECTORIES "${CMAKE_RUNTIME_OUTPUT_DIRECTORY};/")
if (APPLE)
set(CPACK_GENERATOR Bundle)
set(CPACK_BUNDLE_NAME ${PROJECT_NAME})
Expand Down

0 comments on commit c4f0bcc

Please sign in to comment.