Skip to content

Commit a589b5e

Browse files
Release 20260405
1 parent fc360d7 commit a589b5e

5 files changed

Lines changed: 3 additions & 2 deletions

File tree

hlp/Help-cs.zip

-13.9 KB
Binary file not shown.

hlp/Help-en.zip

-13 KB
Binary file not shown.

hvdata/appmain.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -340,6 +340,7 @@ class StorageZip extends IStorage {
340340

341341
async init(path) {
342342
this.#storageO = await ZIPHelpers.loadZipFromUrl(path);
343+
this.storageO = this.#storageO;
343344
let hasSlip = false;
344345
const paths = Object.keys(this.#storageO.files);
345346
for (const path of paths) {

hvdata/data.zip

26 KB
Binary file not shown.

sw.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
const CACHE_NAME = 'helpviewer-cache-20260321';
2-
const CACHE_FILES = [ '/favicon.png','/index.html','/manifest.webmanifest','/LICENSE','/hvdata/data.zip','/hvdata/index.html','/hvdata/jszip.min.js','/hvdata/LICENSE-jszip.md','/hvdata/appmain.js','/faviconPWA.png','/robots.txt' ];
1+
const CACHE_NAME = 'helpviewer-cache-20260405';
2+
const CACHE_FILES = [ '/manifest.webmanifest','/faviconPWA.png','/index.html','/hvdata/appmain.js','/hvdata/index.html','/hvdata/jszip.min.js','/hvdata/LICENSE-jszip.md','/hvdata/data.zip','/LICENSE','/robots.txt','/favicon.png' ];
33

44
self.addEventListener('install', (event) => {
55
event.waitUntil(

0 commit comments

Comments
 (0)