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
168 stars 26 forks source link

Fix -only32bit flag in `Build-NWJS.ps1` #594

Open Jaifroid opened 3 months ago

Jaifroid commented 3 months ago

In #367 I forced building 64-bit + WinXP (32bit) which is not a configuration the script is supposed to support (I forgot about the -only32bit flag). So the script (although it works in the build pipeline) is currently left in a confusing state. I should probably change the flag to -no32bit, and make sure that if it's evoked without the flag, all packages are built.