new installer ui with related changes, new instance name

This commit is contained in:
xgui4
2026-05-04 15:43:35 -04:00
parent cf3e18fca0
commit 06771ebffd
11 changed files with 344 additions and 92 deletions

View File

@@ -13,6 +13,7 @@ set ui[1]="system_info"
set ui[2]="instance"
set ui[3]="settingDialog"
set ui[4]="about"
set ui[5]="contentInstaller"
for /L %%i in (0,1,4) do (
set "filename=!ui[%%i]!"

View File

@@ -3,7 +3,7 @@
set -e
QT_RESSOURCE="res.qrc"
UI_FILES=("form" "system_info" "instance" "settingDialog" "about")
UI_FILES=("form" "system_info" "instance" "settingDialog" "about" "contentInstaller")
if [[ $(uname -s) != "FreeBSD" ]]; then
if command -v pyside6-rcc &> /dev/null; then