Open
Description
Target:
win: ["nsis", "appx"]
How I can disable signing for Appx package? Meanwhile continue signing a Nsis package
I have a certificate for windows and I set CSC_LINK and WIN_CSC_KEY_PASSWORD env variables.
Signing for .Nsis work well.
But I want to upload an Appx only for Windows Store.
Signtool are signing both packages and I can't upload a signed Appx package because of difference between "publisher" in the electron-builder.json and "publisher" in the Windows Store.
Without "publisher" inside electron-builder.json - signing isn't work
And I can't rename "publisher" in the Windows Store
Activity