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
Hello,
I’m trying to build a Windows portable version of my Electron app while on Linux. The build gets stuck because electron-builder attempts to sign the executable using signtool.exe. Since .exe files don’t run on Linux without Wine, the process never completes.
I’ve already tried setting CSC_IDENTITY_AUTO_DISCOVERY=false, but it change anything.
I would like to be able to build unsigned Windows portable executables from Linux. Is this a bug?
Thanks.