mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-28 12:58:05 +03:00
MacUpdater: Always use the same signing identity as the DolphinQt bundle
This commit is contained in:
parent
bb5326adf4
commit
8499b43501
3 changed files with 1 additions and 8 deletions
|
@ -317,8 +317,6 @@ def build(config):
|
|||
+ config[arch+"_mac_os_deployment_target"],
|
||||
"-DMACOS_CODE_SIGNING_IDENTITY="
|
||||
+ config["codesign_identity"],
|
||||
"-DMACOS_CODE_SIGNING_IDENTITY_UPDATER="
|
||||
+ config["codesign_identity"],
|
||||
'-DMACOS_CODE_SIGNING="ON"',
|
||||
"-DSTEAM="
|
||||
+ python_to_cmake_bool(config["steam"]),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue