Update build configuration

# Conflicts:
#	package.json


Former-commit-id: 37f158bc2773e90ab7bda50c70374b56005d4960 [formerly e9eda7b0d68a0eb5cbb5626c5131f291a227cc2c [formerly 71bf15ad393c1d3f22d0079c8375b89fdabc295b]]
Former-commit-id: 2926097733f21b2db7ac20243b6220aca9a4027f
Former-commit-id: f21a6803fab41fc1febe428299d6f3a554a537d8
This commit is contained in:
Jaifroid 2021-05-12 18:07:39 +01:00
parent e29f0af2b6
commit 7a481fffcd
3 changed files with 7 additions and 6 deletions

View File

@ -1,14 +1,15 @@
{ {
"name": "kiwix-js-windows", "name": "kiwix-js-windows",
"productName": "Kiwix JS Windows", "productName": "Kiwix JS Windows",
"version": "1.2.6E", "version": "1.3.0E",
"description": "Kiwix JS Windows packaged for the Electron framework", "description": "Kiwix JS Windows packaged for the Electron framework",
"main": "main.js", "main": "main.js",
"build": { "build": {
"appId": "kiwix.js.windows", "appId": "kiwix.js.windows",
"productName": "Kiwix JS Windows", "productName": "Kiwix JS Windows",
"directories": { "directories": {
"output": "bld/Electron" "output": "bld/Electron",
"buildResources": "bld"
}, },
"afterPack": "./scripts/appimage-fix.js", "afterPack": "./scripts/appimage-fix.js",
"win": { "win": {

View File

@ -250,9 +250,9 @@ if ($dryrun -or $release.assets_url -imatch '^https:') {
echo "DRYRUN with these upload parameters:`n" + @upload_params echo "DRYRUN with these upload parameters:`n" + @upload_params
} }
} else { } else {
"The upload appears to have failed!" "`nI'm sorry, the upload appears to have failed! Please try again..."
if ($upload) { if ($upload) {
"The server returned:" "`nThe server returned:"
echo $upload echo $upload
} else { } else {
"The server did not respond." "The server did not respond."

View File

@ -11,7 +11,7 @@ This is **not** the UWP/Microsoft Store build. If you are using Windows 10, you
There is no installation required: the app is fully portable. It does NOT auto-update (yet). **Warning: the download is 1.2GB (it includes the full WikiMed archive).** See instructions for unzipping and launching below the screenshot. There is no installation required: the app is fully portable. It does NOT auto-update (yet). **Warning: the download is 1.2GB (it includes the full WikiMed archive).** See instructions for unzipping and launching below the screenshot.
![image](https://user-images.githubusercontent.com/4304337/98874889-03e35080-2473-11eb-9a0c-60a5ab3a2645.png) ![imagen](https://user-images.githubusercontent.com/4304337/118011859-5df0a000-b348-11eb-911c-4bb70acd6f2a.png)
If you intend to use this app with other archives than WikiMed, then download the generic [Kiwix JS Windows reader](https://kiwix.github.io/kiwix-js-windows/kiwix-js-nwjs.html), which is a much smaller download, or install the small functional [Store version of the reader](https://kiwix.github.io/kiwix-js-windows/kiwix-js-uwp.html) which keeps itself up-to-date. If you intend to use this app with other archives than WikiMed, then download the generic [Kiwix JS Windows reader](https://kiwix.github.io/kiwix-js-windows/kiwix-js-nwjs.html), which is a much smaller download, or install the small functional [Store version of the reader](https://kiwix.github.io/kiwix-js-windows/kiwix-js-uwp.html) which keeps itself up-to-date.