mirror of
https://github.com/xgui4/LCE-Qt-Launcher.git
synced 2026-07-18 01:20:45 +00:00
Update nightly workflow, clean scripts, and FreeBSD port files
- Refine Flatpak development notes in nightly.yml - Adjust FreeBSD port categories in Makefile - Change install script to require sudo for makesum - Add contentInstaller to clean scripts for Qt UI resources - Introduce distinfo file for FreeBSD port
This commit is contained in:
@@ -9,7 +9,7 @@ Write-Output "done"
|
||||
Write-Output "Removing the compilated Qt UI and Qt Ressource files"
|
||||
|
||||
$QT_RESSOURCE="res_rc"
|
||||
$QT_UI_ARRAY="system_info","form","instance","settingDialog","about"
|
||||
$QT_UI_ARRAY="system_info","form","instance","settingDialog","about", "contentInstaller"
|
||||
|
||||
Write-Output "Removing the compilated Qt Ressource file"
|
||||
Remove-Item -Path "src\lce_qt_launcher\$QT_RESSOURCE.py"
|
||||
|
||||
@@ -9,7 +9,7 @@ echo "Removing the Nuitka compilation folder finished"
|
||||
echo "Removing the compilated Qt UI and Qt Ressource files"
|
||||
|
||||
QT_RESSOURCE="res_rc"
|
||||
QT_UI_ARRAY=("system_info" "form" "instance" "settingDialog" "about")
|
||||
QT_UI_ARRAY=("system_info" "form" "instance" "settingDialog" "about" "contentInstaller")
|
||||
|
||||
echo "Removing the compilated Qt Ressource file"
|
||||
rm "src/lce_qt_launcher/$QT_RESSOURCE.py"
|
||||
|
||||
Reference in New Issue
Block a user