mirror of
https://github.com/kiwix/kiwix-js-pwa.git
synced 2025-09-09 12:19:46 -04:00
App packages for Microsoft Store 0,9,9,96 beta
Former-commit-id: 724abcedfa95f8d817c073bb4e0b11423a38c0b9 [formerly d11d6ad0a0142bc1813507668e0124017016402c] Former-commit-id: a4242fb51c81cd3e5ede305c563f6bed351bbe2d
This commit is contained in:
parent
22bf3d49af
commit
91c7589ac8
BIN
AppPackages/KiwixWebApp_0.9.996.0_AnyCPU_bundle.appxupload
Normal file
BIN
AppPackages/KiwixWebApp_0.9.996.0_AnyCPU_bundle.appxupload
Normal file
Binary file not shown.
Binary file not shown.
@ -31,7 +31,7 @@ window.onerror = function (msg, url) {
|
||||
var state = {};
|
||||
// Parameters that define overall operation of app
|
||||
var params = {};
|
||||
params['version'] = "0.9.9.95 Beta"; //DEV: do not set this dynamically -- it is compared to the cookie "version" in order to show first-time info, and the cookie is updated in app.js
|
||||
params['version'] = "0.9.9.96 Beta"; //DEV: This value is compared to the cookie "version" in order to show first-time info, and the cookie is updated in app.js
|
||||
params['packagedFile'] = "wikipedia_en_ray_charles.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'] = "archive"; //The directory containing the packaged archive(s) (relative to app's root directory)
|
||||
params['fileVersion'] = "wikipedia_en_ray_charles_maxi_2019-08.zim (14-Aug-2019)"; //Use generic name for actual file, and give version here
|
||||
|
Loading…
x
Reference in New Issue
Block a user