You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Also wanted to add this helpful tutorial that I stumbled across. I just used it to create a Trusted Signing account. It saved me hours.
Here's the section on signing executables using signtool.exe. I haven't yet signed an actual file. When I do, I'll try to update the @electron/forge and @electron/windows-sign docs with the proper instructions.
Pre-flight checklist
Problem description
Microsoft introduced their own code signing platform in Azure, which simplifies the whole process and saves Win developers a ton of money.
It would be nice to have support for this in Forge. It has already been implemented in Electron builder (issue).
I don't think we can do use it in the existing forge pipeline, but correct me if I'm wrong.
Proposed solution
A trusted signing plugin, that would plug the signing logic into build and packaging steps.
Alternatives considered
A cookbook how to use Trusted signing with Forge manually.
Additional information
No response
The text was updated successfully, but these errors were encountered: