fix(lceonline): Always use the latest download available (#139)

This commit is contained in:
Byte
2026-07-14 15:25:55 +03:00
committed by GitHub
parent 1c65b48958
commit b164a52bf8
+2 -2
View File
@@ -81,7 +81,7 @@ export const BASE_EDITIONS = [
id: "lceonline", id: "lceonline",
name: "LCE Online Client", name: "LCE Online Client",
desc: "Restoring the classic LCE online experience with friends, world hosting, leaderboards & more.", desc: "Restoring the classic LCE online experience with friends, world hosting, leaderboards & more.",
url: "https://github.com/lceonline/MCLEClient/releases/download/v1.0.0b/LCENWindows64.zip", url: "https://github.com/lceonline/MCLEClient/releases/latest/download/LCENWindows64.zip",
titleImage: "/images/lceonline.png", titleImage: "/images/lceonline.png",
supportsSlimSkins: false, supportsSlimSkins: false,
logo: "/images/lce_online.png", logo: "/images/lce_online.png",
@@ -660,4 +660,4 @@ export function useGameManager({
updateCustomization, updateCustomization,
saveCustomPath, saveCustomPath,
}; };
} }