mirror of
https://github.com/kiwix/kiwix-js-pwa.git
synced 2025-08-03 11:28:21 -04:00
Add more architectures to the nsis-web build
This commit is contained in:
parent
30f1589e7e
commit
0872e03535
@ -135,7 +135,7 @@
|
||||
"dist-linux": "electron-builder build --linux --projectDir dist",
|
||||
"dist-linux-appimage": "electron-builder build --linux AppImage:x64 --projectDir dist",
|
||||
"publish": "electron-builder build --projectDir dist",
|
||||
"publish-nsis-web": "electron-builder build --win nsis-web --projectDir dist",
|
||||
"publish-nsis-web": "electron-builder build --win nsis-web:ia32,x64,arm64 --projectDir dist",
|
||||
"build-skipsigning": "electron-builder build --config ../scripts/electronBuilder.cjs --publish never --projectDir dist",
|
||||
"postpackage-win": "(robocopy archives bld\\Electron\\kiwix-js-pwa-win32-ia32\\resources\\app\\archives\\ > null) ^& IF %ERRORLEVEL% LSS 8 SET ERRORLEVEL = 0",
|
||||
"postpackage-linux": "(robocopy archives bld\\Electron\\kiwix-js-pwa-linux-x64\\archives\\ > null) ^& IF %ERRORLEVEL% LSS 8 SET ERRORLEVEL = 0"
|
||||
|
Loading…
x
Reference in New Issue
Block a user