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

This commit is contained in:
Byte 2026-07-14 14:25:55 +02:00 committed by GitHub
parent 1c65b48958
commit b164a52bf8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -81,7 +81,7 @@ export const BASE_EDITIONS = [
id: "lceonline",
name: "LCE Online Client",
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",
supportsSlimSkins: false,
logo: "/images/lce_online.png",
@ -660,4 +660,4 @@ export function useGameManager({
updateCustomization,
saveCustomPath,
};
}
}