Files
LCE-Qt-Launcher/build.bat
xgui4 cd55d3be25 Update project version and enhance UI components
- 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
2026-04-06 21:28:17 -04:00

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"