diff options
| author | Dan Engelbrecht <[email protected]> | 2023-11-22 23:05:48 +0100 |
|---|---|---|
| committer | Dan Engelbrecht <[email protected]> | 2023-11-22 23:05:48 +0100 |
| commit | da876024aeb31f9827415cb3c52fd8f0494d7cf4 (patch) | |
| tree | 05531691dff6fb085730de8f887e1b22b76a1d30 | |
| parent | changelog (diff) | |
| download | zen-de/test-macos-signing-with-id.tar.xz zen-de/test-macos-signing-with-id.zip | |
| -rw-r--r-- | scripts/bundle.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/bundle.lua b/scripts/bundle.lua index 8e0a12d32..0f1c0c76d 100644 --- a/scripts/bundle.lua +++ b/scripts/bundle.lua @@ -212,7 +212,7 @@ local function main_mac() ret = _exec("codesign", "-f", "-s", - "-", + '"Developer ID Application"', "build/macosx/universal/release/zenserver") if ret > 0 then raise("Failed signing universal zenserver binary") @@ -221,7 +221,7 @@ local function main_mac() ret = _exec("codesign", "-f", "-s", - "-", + '"Developer ID Application"', "build/macosx/universal/release/zen") if ret > 0 then raise("Failed signing universal zen binary") |