-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Code Signing #13
Comments
Ok @dex4er I'll start today about Apple signing and then I'll continue with Windows. |
Actually I'm waiting an answer by Apple support to complete the process about enrolling to their developer program. |
More links about Windows:
It looks like Azure has service for €8.95/month that might be used directly from GitHub, however it is OV, not EV certificate. https://codesigningsolution.com/the-differences-between-ev-and-ov-code-signing-certificates/ |
Thank you very much I'll check asap! |
Regarding https://www.electron.build/code-signing.html and https://www.electronforge.io/guides/code-signing/code-signing-macos#osxnotarize-options
We need certificates both for Windows and for MacOS.
We need to store them in GitHub secrets:
WIN_CSC_LINK
andWIN_CSC_KEY_PASSWORD
for Windows.CSC_LINK
andCSC_KEY_PASSWORD
for Macalso
APPLEID
,APPLEIDPASS
,APPLETEAMID
for MacBoth here in https://github.com/freelensapp/freelens and https://github.com/freelensapp/freelens-nightly-builds
The text was updated successfully, but these errors were encountered: