mirror of
https://github.com/d47081/qBittorrent.git
synced 2025-08-26 05:32:05 +00:00
cmake: fix OSX bundle creation
This commit is contained in:
parent
5c0bf86405
commit
b2ff058bc0
1
dist/mac/bundle.cmake
vendored
1
dist/mac/bundle.cmake
vendored
@ -1,2 +1,3 @@
|
|||||||
|
set(BU_CHMOD_BUNDLE_ITEMS ON)
|
||||||
include(BundleUtilities)
|
include(BundleUtilities)
|
||||||
fixup_bundle("$ENV{DESTDIR}/${CMAKE_INSTALL_PREFIX}/qbittorrent.app" "" "")
|
fixup_bundle("$ENV{DESTDIR}/${CMAKE_INSTALL_PREFIX}/qbittorrent.app" "" "")
|
||||||
|
@ -172,6 +172,6 @@ install(TARGETS ${QBT_TARGET_NAME}
|
|||||||
BUNDLE DESTINATION .
|
BUNDLE DESTINATION .
|
||||||
COMPONENT runtime)
|
COMPONENT runtime)
|
||||||
|
|
||||||
if (APPLE)
|
if (APPLE AND GUI)
|
||||||
install(SCRIPT ${OSX_RES_SRC_DIR}/bundle.cmake)
|
install(SCRIPT ${OSX_RES_SRC_DIR}/bundle.cmake)
|
||||||
endif (APPLE)
|
endif (APPLE AND GUI)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user