kiwix / kiwix-js-pwa

Kiwix JS Offline Browser implemented as a Progressive Web App (PWA), and packaged as Electron, NWJS and UWP apps for Windows and Linux.
https://pwa.kiwix.org
GNU General Public License v3.0
187 stars 31 forks source link

Fix nightly build of Windows packages #642

Closed Jaifroid closed 2 months ago

Jaifroid commented 2 months ago

641 prevented code signing on nightly builds, but electron-builder still tries, unsuccessfully, to sign the binaries. See failed run here.

The script correctly runs electron-builder with --publish never, which should disable signing attempts, but clearly doesn't. Need to find correct command.