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
Opening up the options for custom signtool.exe and custom parameters, or sign with hook functions, just like how @electron/windows-sign does would also be great. I would like to sign using azure key vault.
I appears that it's not possible to sign the appx package using a cert from your local cert store or from a USB token.
I think this would be easy to fix. I suggest adding a config param called
devCertSha1
. If this is set, then instead of doingthe app would do
If this sounds reasonable, I'll make the changes, test it, and put in a pull reqeust.
The text was updated successfully, but these errors were encountered: