From da876024aeb31f9827415cb3c52fd8f0494d7cf4 Mon Sep 17 00:00:00 2001 From: Dan Engelbrecht Date: Wed, 22 Nov 2023 23:05:48 +0100 Subject: test --- scripts/bundle.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'scripts/bundle.lua') 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") -- cgit v1.2.3