MacUpdater: Always use the same signing identity as the DolphinQt bundle

This commit is contained in:
OatmealDome 2024-07-30 21:46:06 -04:00
parent bb5326adf4
commit 8499b43501
3 changed files with 1 additions and 8 deletions

View file

@ -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"]),