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:
xgui4
2026-05-16 22:00:53 -04:00
parent bb2eb7672e
commit 47929b748c
7 changed files with 11 additions and 9 deletions

View File

@@ -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"

View File

@@ -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"