diff options
| author | OatmealDome <julian@oatmealdome.me> | 2024-07-30 21:46:06 -0400 |
|---|---|---|
| committer | OatmealDome <julian@oatmealdome.me> | 2024-08-01 12:36:49 -0400 |
| commit | 8499b43501f93b5b1cc138773d24040a0d34a52d (patch) | |
| tree | 17b680e7799a0ce52d8326cd4ef7132dfe75f360 /CMakeLists.txt | |
| parent | bb5326adf439797b563978f54444c37667ceecee (diff) | |
MacUpdater: Always use the same signing identity as the DolphinQt bundle
Diffstat (limited to 'CMakeLists.txt')
| -rw-r--r-- | CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index ce5d64715f..e3a33876d5 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -138,7 +138,6 @@ if(APPLE) option(MACOS_CODE_SIGNING "Enable codesigning" ON) option(USE_BUNDLED_MOLTENVK "Build MoltenVK from Externals with Dolphin-specific patches" ON) set(MACOS_CODE_SIGNING_IDENTITY "-" CACHE STRING "The identity used for codesigning.") - set(MACOS_CODE_SIGNING_IDENTITY_UPDATER "-" CACHE STRING "The identity used for codesigning, for the updater.") endif() if(CMAKE_SYSTEM_NAME STREQUAL "Linux") |
