Skip to content

Commit

Permalink
πŸ› Fix : Cmake Bundle MacOS
Browse files Browse the repository at this point in the history
  • Loading branch information
smallboyc committed Jul 24, 2024
1 parent 057a142 commit 68ead44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ set(CPACK_NSIS_EXTRA_UNINSTALL_COMMANDS "
")

# MacOS Bundle specifics
set(CPACK_BUNDLE_NAME "Coollab")
set(CPACK_BUNDLE_NAME "Coollab-Launcher")
set(CPACK_BUNDLE_PLIST "${CMAKE_SOURCE_DIR}/Lab/app-resources/Info.plist")
set(CPACK_BUNDLE_ICON "${CMAKE_SOURCE_DIR}/Lab/app-resources/icon.icns")

Expand Down

0 comments on commit 68ead44

Please sign in to comment.