mirror of
https://github.com/zumbiepig/MineXLauncher.git
synced 2025-06-08 09:24:48 +00:00
commit
a6081d5321
1
.github/workflows/build.yml
vendored
1
.github/workflows/build.yml
vendored
@ -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.
Binary file not shown.
@ -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) => {
|
|||||||
}),
|
}),
|
||||||
);
|
);
|
||||||
});
|
});
|
||||||
|
*/
|
||||||
|
@ -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) => {
|
|||||||
);
|
);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
*/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user