From 91a57c81b8c266d70245ab96968791be9c96940b Mon Sep 17 00:00:00 2001
From: SpeedSlicer <143555953+SpeedSlicer@users.noreply.github.com>
Date: Wed, 4 Sep 2024 00:38:09 -0400
Subject: [PATCH] 2
---
public/lite/index.html | 4 ++--
src/sw.ts | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/public/lite/index.html b/public/lite/index.html
index 13f03e5..ab3d928 100644
--- a/public/lite/index.html
+++ b/public/lite/index.html
@@ -22,7 +22,7 @@
- Game
+ Offline Game
@@ -78,7 +78,7 @@
Indev
-
+
diff --git a/src/sw.ts b/src/sw.ts
index 6dfdd6b..f060262 100644
--- a/src/sw.ts
+++ b/src/sw.ts
@@ -1,7 +1,7 @@
// @ts-nocheck
const cacheVersion = '1.6';
const cacheName = `minexlauncher-v${cacheVersion}`;
-const offlineUrl = '/offline.html';
+const offlineUrl = '/lite/index.html';
const cacheAssets: string[] = [
offlineUrl,
'/resources/images/icons/favicon.webp',
@@ -33,7 +33,7 @@ const cacheAssets: string[] = [
'/lite/game/Eaglercraft_1.5.html',
'/lite/game/Eaglercraft_a1.2.6.html',
'/lite/game/Eaglercraft_b1.3.html',
- '/lite/game/Eaglercraft_b1.7.3',
+ '/lite/game/Eaglercraft_b1.7.3.html',
'/lite/game/Eaglercraft_Indev.html',
'/lite/game/EaglercraftL_1.9.html',
'/lite/game/EaglercraftX_1.8.html'