mirror of
https://github.com/xgui4/LCE-Qt-Launcher.git
synced 2026-07-18 01:20:45 +00:00
new installer ui with related changes, new instance name
This commit is contained in:
@@ -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]!"
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user