mirror of
https://github.com/xgui4/LCE-Qt-Launcher.git
synced 2026-07-18 01:20:45 +00:00
Refactor application :
Refactor application structure by removing BuildInfo class and integrating its attributes directly into the application context. Update features and views to utilize new string constants for application metadata. Replace UserPref class with a new implementation in pref.py, streamlining user preference management. Enhance instance manager and launcher views to accommodate these changes, ensuring consistent access to application information. Remove deprecated preferences module and adjust related functionality across the codebase.
This commit is contained in:
@@ -2,10 +2,9 @@
|
||||
"$schema": "https://raw.githubusercontent.com/xgui4/LCE-Qt-Launcher/refs/heads/nightly/schemas/x-application-lce_inst_config.json",
|
||||
"name": "aRockefeler Aether Mod",
|
||||
"installation_path": ".lce-aether",
|
||||
"archive_file": "Release",
|
||||
"archive_file": "Release.zip",
|
||||
"image": ":/aether.png",
|
||||
"exe_name": "Minecraft.Client.exe",
|
||||
"url": "https://github.com/Frcoxd/aether-papu",
|
||||
"repo_url": "https://github.com/Frcoxd/aether-papu",
|
||||
"news_feed": "https://github.com/LCE-Hub/LCE-Workshop/tree/main/.00versions/test",
|
||||
"instance_source": "InstanceSource.GITHUB_RELEASE",
|
||||
|
||||
Reference in New Issue
Block a user