mirror of
https://github.com/xgui4/LCE-Qt-Launcher.git
synced 2026-07-18 06:01:02 +00:00
- Bump version to 26.4.6a1 in pyproject.toml and build_info.py - Modify form.ui and settingDialog.ui for improved layout and new components - Update tasks.json and build.bat to include settingDialog UI generation - Refactor instance_manager.py to streamline instance loading and default values - Adjust system_manager.py to change default save path - Enhance holiday messages in holyday.py with French translations - Fix minor bugs in cli.py and browser_dialog.py for better user experience - Update launcher.py to connect new settings actions - Refactor preferences.py to clean up unused variables
8 lines
280 B
Batchfile
8 lines
280 B
Batchfile
@echo off
|
|
|
|
pyside6-rcc "res.qrc" -o "src\res_rc.py"
|
|
pyside6-uic "src\system_info.ui" -o "src\ui_system_info.py"
|
|
pyside6-uic "src\form.ui" -o "src\ui_form.py"
|
|
pyside6-uic "src/instance.ui" -o "src/ui_instance.py" &&
|
|
pyside6-uic "src/settingDialog.ui" -o "src/ui_settingDialog.py"
|