From e8f986330ba7bf900d42690da6313e798f39a443 Mon Sep 17 00:00:00 2001 From: Christopher Sasarak Date: Sun, 12 May 2024 17:50:07 -0500 Subject: [PATCH] Move entitlements arg. --- .github/workflows/build-all.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-all.yml b/.github/workflows/build-all.yml index d224697403..1428a90668 100644 --- a/.github/workflows/build-all.yml +++ b/.github/workflows/build-all.yml @@ -255,7 +255,7 @@ jobs: chmod +x release/* # '--options runtime' enables the hardened runtime: https://developer.apple.com/documentation/security/hardened_runtime # The hardened runtime is required for notarization. - codesign --options runtime -s --entitlements entitlements.plist 'FOSSA, Inc.' release/fossa + codesign --entitlements entitlements.plist --options runtime -s 'FOSSA, Inc.' release/fossa codesign --options runtime -s 'FOSSA, Inc.' release/diagnose codesign --options runtime -s 'FOSSA, Inc.' release/millhone