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

This commit is contained in:
OatmealDome
2024-08-01 12:36:49 -04:00
parent bb5326adf4
commit 8499b43501
3 changed files with 1 additions and 8 deletions
-2
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"]),