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

Disable signing for nightlies #643

Closed Jaifroid closed 2 months ago

Jaifroid commented 2 months ago

Fixes #642.

Jaifroid commented 2 months ago

It was so hard to get electron-builder to sign correctly in the first place, you'd have thought it would be easy to disable signing. Nothing as simple as a switch, oh no. Here's what worked eventually:

This is loaded via two -unsigned package.json scripts that are called conditionally.