-
Notifications
You must be signed in to change notification settings - Fork 154
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
docs: document Azure Trusted Signing workflow #210
base: v6
Are you sure you want to change the base?
Conversation
If someone is motivated, they could add a more straightforward API to Electron Forge for Trusted Signing. |
e75e748
to
84f0ae0
Compare
There'll be one more linter issue |
I expected Still, to generate distinct anchors for all headings, I set two anchor IDs manually. |
@samuelmaddock @erickzhao What would be the path to merging this? (Thanks for the review!) |
Hi folks! I just wanted to chime in with an alternative Azure Trusted signing approach I implemented in electron-builder using powershell's Would love to chat and knowledge-share on it if you're interested in an alternative (and potentially streamlined?) configuration for electron/forge that doesn't require an updated signtool to be installed by the developer. Most notably, these env vars don't seem to be required to be configured AFAICT: For quick reference, here's the relevant code: Config properties: Initialization of required modules (only runs once) Feel free to also reach out to me on Slack if preferred, I'm in the |
Closes electron/forge#3767