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

Autoupdate of AppImage and EXE Electron packages is broken #516

Closed Jaifroid closed 10 months ago

Jaifroid commented 10 months ago

Due to the change of URL from file:// to https:// the autoupdate function thinks the app is a PWA, and only looks for updates on the PWA server, which is in fact localhost.

Code needs to be added to recognize this situation and start the Electron update.

Jaifroid commented 10 months ago

False alarm! 😊