From 408587148bacb7dc8b0295142f1712bd9d64d7b0 Mon Sep 17 00:00:00 2001 From: Stef Tervelde Date: Mon, 16 Sep 2024 12:01:02 +0200 Subject: [PATCH] Improved instructions --- build/CODESIGNING.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build/CODESIGNING.md b/build/CODESIGNING.md index e8b109b52..a960376ff 100644 --- a/build/CODESIGNING.md +++ b/build/CODESIGNING.md @@ -23,7 +23,7 @@ Then take the certificate generated by the tutorial above and copy it to your cl $ base64 -i CertificateFile.p12 | pbcopy ``` -and set the secrets into the Github Repository. +and set the secrets `CERTIFICATES_P12` and `CERTIFICATES_P12_PASSWORD` into the Github Repository. This will allow the action to sign Processing and the JRE @@ -40,6 +40,7 @@ Follow these instructions https://support.apple.com/en-us/102654 to setup an app ### Release Finally create a release to test the signing actions + ## Sign locally - Be on a MacOS computer