mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-24 14:49:42 -06:00
Merge pull request #2536 from endrift/deploy-mac
Tools: Use non-CMake tool for fixing up OS X bundles
This commit is contained in:
@ -157,7 +157,7 @@ elseif(wxWidgets_FOUND)
|
||||
message(\"(Note: This is only necessary to produce a redistributable binary.\")
|
||||
message(\"To skip, pass -DSKIP_POSTPROCESS_BUNDLE=1 to cmake.)\")
|
||||
set(BU_CHMOD_BUNDLE_ITEMS ON)
|
||||
fixup_bundle(\"${BUNDLE_PATH}\" \"\" \"\")
|
||||
execute_process(COMMAND ${CMAKE_SOURCE_DIR}/Tools/deploy-mac.py \"${BUNDLE_PATH}\")
|
||||
file(INSTALL \"${CMAKE_SOURCE_DIR}/Data/Sys\"
|
||||
DESTINATION \"${BUNDLE_PATH}/Contents/Resources\"
|
||||
)
|
||||
|
Reference in New Issue
Block a user