mirror of
https://github.com/kiwix/kiwix-js-pwa.git
synced 2025-09-18 08:47:35 -04:00
Revert version
Former-commit-id: f6fcd40f045a83b856b0631f7684ff1cb1223bbd [formerly bb9cd83cdd6da59f2bce2658085da6b4646572cf] [formerly 652ec025e477f8bb34e625d4b838a24679f31aef] [formerly 301023db523101487d0ffe814f93ca04eda7595f [formerly 7aeff29f65b9282d864dbc696326e3973e883773 [formerly bd2d5c71f40eb1df301f62254a292185f22fac8c]]] Former-commit-id: d91c6c9928c799cb89977da8244be7185e7999b4 [formerly bce0d05244c15e2412b7a2d1ed205804d961b724 [formerly 22978a92def78623bb51a128478152c8cfd80ceb]] Former-commit-id: 7d568bd80cbdb4afd8ab10144a57be0e89c48032 [formerly 6e4c63b95349c0a46db47b18d432a92366bd7f35] Former-commit-id: 3a46afa83e27f2f25e7f1c4146525d059e08dc68
This commit is contained in:
parent
4d428f8cba
commit
bc8906d32a
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "kiwix-js-electron",
|
"name": "kiwix-js-electron",
|
||||||
"productName": "Kiwix JS Electron",
|
"productName": "Kiwix JS Electron",
|
||||||
"version": "1.9.4-E",
|
"version": "1.9.3-E",
|
||||||
"description": "Kiwix JS packaged for the Electron framework",
|
"description": "Kiwix JS packaged for the Electron framework",
|
||||||
"main": "main.js",
|
"main": "main.js",
|
||||||
"build": {
|
"build": {
|
||||||
|
@ -29,7 +29,7 @@
|
|||||||
* download and install a new copy; we have to hard code this here because it is needed before any other file
|
* download and install a new copy; we have to hard code this here because it is needed before any other file
|
||||||
* is cached in APP_CACHE
|
* is cached in APP_CACHE
|
||||||
*/
|
*/
|
||||||
const appVersion = '1.9.4';
|
const appVersion = '1.9.3';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The name of the Cache API cache in which assets defined in regexpCachedContentTypes will be stored
|
* The name of the Cache API cache in which assets defined in regexpCachedContentTypes will be stored
|
||||||
|
@ -50,7 +50,7 @@ var params = {};
|
|||||||
*/
|
*/
|
||||||
var appstate = {};
|
var appstate = {};
|
||||||
/******** UPDATE VERSION IN service-worker.js TO MATCH VERSION AND CHECK PWASERVER BELOW!!!!!!! *******/
|
/******** UPDATE VERSION IN service-worker.js TO MATCH VERSION AND CHECK PWASERVER BELOW!!!!!!! *******/
|
||||||
params['appVersion'] = "1.9.4"; //DEV: Manually update this version when there is a new release: it is compared to the Settings Store "appVersion" in order to show first-time info, and the cookie is updated in app.js
|
params['appVersion'] = "1.9.3"; //DEV: Manually update this version when there is a new release: it is compared to the Settings Store "appVersion" in order to show first-time info, and the cookie is updated in app.js
|
||||||
/******* UPDATE THIS ^^^^^^ IN service worker AND PWA-SERVER BELOW !! ********************/
|
/******* UPDATE THIS ^^^^^^ IN service worker AND PWA-SERVER BELOW !! ********************/
|
||||||
params['packagedFile'] = getSetting('packagedFile') || "wikipedia_en_climate_change_mini_2022-02.zim"; //For packaged Kiwix JS (e.g. with Wikivoyage file), set this to the filename (for split files, give the first chunk *.zimaa) and place file(s) in default storage
|
params['packagedFile'] = getSetting('packagedFile') || "wikipedia_en_climate_change_mini_2022-02.zim"; //For packaged Kiwix JS (e.g. with Wikivoyage file), set this to the filename (for split files, give the first chunk *.zimaa) and place file(s) in default storage
|
||||||
params['archivePath'] = "archives"; //The directory containing the packaged archive(s) (relative to app's root directory)
|
params['archivePath'] = "archives"; //The directory containing the packaged archive(s) (relative to app's root directory)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user