mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-20 11:35:54 +00:00
macos please
This commit is contained in:
parent
512e9e3fbc
commit
d6fcef7fe1
1 changed files with 2 additions and 2 deletions
|
@ -622,7 +622,7 @@ if(APPLE)
|
|||
endforeach()
|
||||
|
||||
include(DolphinInjectVersionInfo)
|
||||
dolphin_inject_version_info(dolphin-emu)
|
||||
dolphin_inject_version_info(dolphin-mpn)
|
||||
|
||||
# Copy MoltenVK into the bundle
|
||||
if(ENABLE_VULKAN)
|
||||
|
@ -658,7 +658,7 @@ if(APPLE)
|
|||
COMMAND "${CMAKE_SOURCE_DIR}/Tools/mac-codesign.sh"
|
||||
"-e" "${CMAKE_CURRENT_SOURCE_DIR}/DolphinEmu$<$<CONFIG:Debug>:Debug>.entitlements"
|
||||
"${MACOS_CODE_SIGNING_IDENTITY}"
|
||||
"$<TARGET_BUNDLE_DIR:dolphin-emu>"
|
||||
"$<TARGET_BUNDLE_DIR:dolphin-mpn>"
|
||||
)
|
||||
endif()
|
||||
else()
|
||||
|
|
Loading…
Add table
Reference in a new issue