Skip to content

Commit

Permalink
build: specify MACOSX_BUNDLE_BUNDLE_VERSION for MacOS
Browse files Browse the repository at this point in the history
re #222
  • Loading branch information
bk138 committed Nov 11, 2024
1 parent c4ddbb3 commit f3558cc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ if(APPLE)
set(MACOSX_BUNDLE_BUNDLE_NAME "MultiVNC")
set(MACOSX_BUNDLE_GUI_IDENTIFIER "net.christianbeier.MultiVNC")
set(MACOSX_BUNDLE_COPYRIGHT "© Christian Beier ([email protected]), 2009-2024")
set(MACOSX_BUNDLE_BUNDLE_VERSION ${PROJECT_VERSION})
set(MACOSX_BUNDLE_SHORT_VERSION_STRING ${PROJECT_VERSION})
set(MACOSX_BUNDLE_ICON_FILE icon.icns)
set(multivnc_SRCS ${multivnc_SRCS} icon.icns)
Expand Down

0 comments on commit f3558cc

Please sign in to comment.