Skip to content

Commit

Permalink
build: set CFBundleName for MacOS
Browse files Browse the repository at this point in the history
This fixes empty process name display in Activity Monitor, for instance.

re #222
  • Loading branch information
bk138 committed Nov 9, 2024
1 parent b49d0c7 commit bc1e80d
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 @@ -32,6 +32,7 @@ SET(multivnc_SRCS

if(APPLE)
set(executable_name MultiVNC)
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_SHORT_VERSION_STRING ${PROJECT_VERSION})
Expand Down

0 comments on commit bc1e80d

Please sign in to comment.