mirror of
https://github.com/LCE-Hub/LCE-Emerald-Launcher.git
synced 2026-07-17 15:57:13 +00:00
fix(lceonline): Always use the latest download available (#139)
This commit is contained in:
parent
1c65b48958
commit
b164a52bf8
|
|
@ -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,
|
||||
};
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue