mirror of
https://github.com/xgui4/LCE-Qt-Launcher.git
synced 2026-07-18 03:40:50 +00:00
update news, noelegacy and add direct downlaod support
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
{
|
||||
"$schema": "https://raw.githubusercontent.com/xgui4/LCE-Qt-Launcher/refs/heads/dev/schemas/x-application-lce_inst_config.json",
|
||||
"name": "neoStudiosLCE neoLegacy",
|
||||
"instance_source": "InstanceSource.REMOTE_GIT_SOURCE",
|
||||
"instance_source": "InstanceSource.",
|
||||
"image": ":/assets/neoLegacy.png",
|
||||
"archive_file": "none",
|
||||
"archive_file": "Release.zip",
|
||||
"exe_name": "neoLegacyWindows64/Minecraft.Client.exe",
|
||||
"news_feed": "https://git.minecraftlegacy.com/backups/neoLegacy/commits/main/",
|
||||
"news_feed": "https://git.neolegacy.dev/neoStudiosLCE/neoLegacy",
|
||||
"installation_path": "{appInstancePath}/.neoLegacy",
|
||||
"repo_url": "https://git.minecraftlegacy.com/backups/neoLegacy",
|
||||
"version": "master"
|
||||
"repo_url": "https://bucket.ibatv.xyz/neolegacy/Release.zip",
|
||||
"version": "latest-bin"
|
||||
}
|
||||
@@ -13,6 +13,7 @@
|
||||
// InstanceSource.REMOTE_GIT_SOURCE : Remote Git (not implemented yet)
|
||||
// InstanceSource.LOCAL_INSTALLATION : Local Installation (not implemented yet)
|
||||
// InstanceSource.LOCAL_SOURCE_CODE : Local Source Code (not implemented yet)
|
||||
// InstanceSource.DIRECT_DOWNLOAD : Direct Download from a URL
|
||||
"instance_source" : "InstanceSource.GITHUB_RELEASE",
|
||||
"version" : "nightly", // version/tag of the release of rhe instance to download
|
||||
"steam_link" : "steam://rungameid/{number}"
|
||||
|
||||
Reference in New Issue
Block a user