mirror of
https://github.com/LCE-Hub/LCE-Emerald-Launcher.git
synced 2026-09-24 17:11:00 +00:00
fix(lceonline): Always use the latest download available (#139)
This commit is contained in:
@@ -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,
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user