Skip to content

Commit

Permalink
Improved instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefterv authored Sep 16, 2024
1 parent 90167f9 commit 4085871
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build/CODESIGNING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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
Expand Down

0 comments on commit 4085871

Please sign in to comment.