mirror of
https://github.com/kiwix/kiwix-js-pwa.git
synced 2025-09-08 11:48:26 -04:00
Mark app as in development
Former-commit-id: 3e9058c4c369d1297b3222681f01bf923b36db10 [formerly 9ee857965ec9e7db321da4a4ab676914389d3089] [formerly 41a70d68dccdd0b10f165846aae246ffc8186f10] [formerly 3943cbfd99bcc3685428f25480e254421d6da549 [formerly 4f7214f3c0303154490b4412eb69b07230885150 [formerly bf35d739a770a9c4fe8097bb59d18400eba918a5]]] Former-commit-id: 1540e75259371f5680bd82ca7c8a033d14409f85 [formerly 7c78564baaaa5fb769856b3cdf492632275809ee [formerly 36c8bfc08f48508a1e169a4dac2d1115f3f44b90]] Former-commit-id: 098aa71c3349fd9d1fe5013da3a70fa9697a8ec4 [formerly 67a9ba8f6485c84be978f5ceb6ebe4e006828f49] Former-commit-id: cfde3aa0652cc776ac5bfbc778f58d62bee6b2bc
This commit is contained in:
parent
c1f7ee0aeb
commit
60a54eef02
@ -4,7 +4,7 @@
|
||||
// App version number - ENSURE IT MATCHES VALUE IN init.js
|
||||
// DEV: Changing this will cause the browser to recognize that the Service Worker has changed, and it will download and
|
||||
// install a new copy
|
||||
const appVersion = '1.1.4';
|
||||
const appVersion = '1.1.4-dev';
|
||||
|
||||
// Kiwix ZIM Archive Download Server in regex form
|
||||
// DEV: The server URL is defined in init.js, but is not available to us in SW
|
||||
|
@ -49,7 +49,7 @@ var params = {};
|
||||
*/
|
||||
var appstate = {};
|
||||
/******** UPDATE VERSION IN pwabuilder-sw.js TO MATCH VERSION *******/
|
||||
params['version'] = "1.1.4"; //DEV: Manually update this version when there is a new release: it is compared to the Settings Store "version" in order to show first-time info, and the cookie is updated in app.js
|
||||
params['version'] = "1.1.4-dev"; //DEV: Manually update this version when there is a new release: it is compared to the Settings Store "version" in order to show first-time info, and the cookie is updated in app.js
|
||||
/******* UPDATE THIS ^^^^^^ IN serveice worker!! ********************/
|
||||
params['packagedFile'] = "wikipedia_en_100_maxi.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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user