mirror of
https://github.com/xgui4/LCE-Qt-Launcher.git
synced 2026-07-18 00:10:49 +00:00
- Renamed QComboBox in instance.ui to versionsComboBox for clarity. - Updated fallback version in __init__.py to 0.0.20b7. - Improved docstrings and comments in app.py and other files for better readability. - Added path expansion functionality in app_context.py to handle user python -m pyproject-appimage preferences. - Refactored user preference methods in pref.py to use camelCase for consistency. - Enhanced instance management and downloader logic in instance_manager.py and downloader.py. - Fixed various formatting issues across multiple files for better code style adherence. - Updated the lock file to reflect the new version 0.0.20a7. - Fixed multiples workflows
12 lines
611 B
Plaintext
12 lines
611 B
Plaintext
{
|
|
"$schema" : "https://raw.githubusercontent.com/xgui4/LCE-Qt-Launcher/refs/heads/dev/schemas/x-application-lce_inst_config.json",
|
|
"name": "MCLCE Source Code Backup",
|
|
"installation_path": "{appInstancePath}/.mclce",
|
|
"archive_file": "LCEWindows64.zip",
|
|
"exe_name": "Minecraft.Client.exe",
|
|
"repo_url": "https://git.minecraftlegacy.com/backups/MinecraftConsoles",
|
|
"image" : ":/assets/mclce-ico.png",
|
|
"news_feed" : "https://git.minecraftlegacy.com/backups/MinecraftConsoles/commits/branch/main",
|
|
"instance_source": "InstanceSource.REMOTE_GIT_SOURCE",
|
|
"version": "main"
|
|
} |