mirror of
https://github.com/kiwix/kiwix-js-pwa.git
synced 2025-09-09 04:06:27 -04:00
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:
parent
e29f0af2b6
commit
7a481fffcd
@ -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": {
|
||||||
@ -70,4 +71,4 @@
|
|||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@types/fs-extra": "^9.0.11"
|
"@types/fs-extra": "^9.0.11"
|
||||||
}
|
}
|
||||||
}
|
}
|
@ -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."
|
||||||
|
@ -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.
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
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.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user