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:
Jaifroid 2019-12-30 09:19:28 +00:00
parent 22bf3d49af
commit 91c7589ac8
3 changed files with 1 additions and 1 deletions

View File

@ -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