Skip to content

Commit

Permalink
build: set MacOS CFBundleVersion to 1
Browse files Browse the repository at this point in the history
  • Loading branch information
bk138 committed Nov 29, 2024
1 parent 1d536e0 commit 90bafc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ if(APPLE)
set(MACOSX_BUNDLE_BUNDLE_NAME "MultiVNC")
set(MACOSX_BUNDLE_GUI_IDENTIFIER "net.christianbeier.MultiVNC")
set(MACOSX_BUNDLE_COPYRIGHT "© Christian Beier (multivnc@christianbeier.net), 2009-2024")
set(MACOSX_BUNDLE_BUNDLE_VERSION ${PROJECT_VERSION})
set(MACOSX_BUNDLE_BUNDLE_VERSION 1)
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 90bafc2

Please sign in to comment.