Don't use executable name as CFBundleName value

This commit is contained in:
Nick Korotysh
2021-04-18 12:06:12 +03:00
parent 2c8f322af5
commit 0140ed356f
2 changed files with 2 additions and 2 deletions

View File

@@ -93,7 +93,7 @@ if (CMAKE_SYSTEM_NAME STREQUAL "Darwin")
)
set_target_properties(qbt_app PROPERTIES
MACOSX_BUNDLE ON
MACOSX_BUNDLE_BUNDLE_NAME "${EXECUTABLE}"
MACOSX_BUNDLE_BUNDLE_NAME "qBittorrent"
MACOSX_BUNDLE_INFO_PLIST ${qBittorrent_BINARY_DIR}/dist/mac/Info.plist
)
target_sources(qbt_app PRIVATE