Skip to content

Commit

Permalink
fix: set macOS bundle to app.7tv.chatterino7
Browse files Browse the repository at this point in the history
Fixes #197
  • Loading branch information
Nerixyz committed Sep 14, 2024
1 parent 6c3b778 commit fec0dbd
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 @@ -1008,7 +1008,7 @@ if (APPLE AND BUILD_APP)
set_target_properties(${EXECUTABLE_PROJECT}
PROPERTIES
MACOSX_BUNDLE_BUNDLE_NAME "Chatterino"
MACOSX_BUNDLE_GUI_IDENTIFIER "com.chatterino"
MACOSX_BUNDLE_GUI_IDENTIFIER "app.7tv.chatterino7"
MACOSX_BUNDLE_LONG_VERSION_STRING "${PROJECT_VERSION}"
MACOSX_BUNDLE_SHORT_VERSION_STRING "${PROJECT_VERSION}"
MACOSX_BUNDLE_BUNDLE_VERSION "${PROJECT_VERSION}"
Expand Down

0 comments on commit fec0dbd

Please sign in to comment.