1
0
mirror of https://github.com/zumbiepig/MineXLauncher.git synced 2025-06-08 09:24:48 +00:00

Merge pull request #75 from zumbiepig/main

/
This commit is contained in:
zumbiepig 2024-09-11 16:51:15 -07:00 committed by GitHub
commit a6081d5321
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
7 changed files with 6 additions and 2 deletions

View File

@ -24,3 +24,4 @@ jobs:
name: build name: build
path: public/ path: public/
compression-level: 9 compression-level: 9
retention-days: 2

File diff suppressed because one or more lines are too long

Binary file not shown.

Binary file not shown.

View File

@ -1,4 +1,5 @@
// @ts-nocheck // @ts-nocheck
/*
const cacheVersion = '1.6'; const cacheVersion = '1.6';
const cacheName = `minexlauncher-full-v${cacheVersion}`; const cacheName = `minexlauncher-full-v${cacheVersion}`;
@ -57,3 +58,4 @@ self.addEventListener('fetch', (event) => {
}), }),
); );
}); });
*/

View File

@ -1,5 +1,5 @@
// @ts-nocheck // @ts-nocheck
const CACHE_VERSION = '1.6'; /*const CACHE_VERSION = '1.6';
const OFFLINE_URL = '/offline/'; const OFFLINE_URL = '/offline/';
const CACHE_ASSETS = [ const CACHE_ASSETS = [
OFFLINE_URL, OFFLINE_URL,
@ -90,3 +90,4 @@ self.addEventListener('fetch', (event) => {
); );
} }
}); });
*/