Update ignore and build scripts

This commit is contained in:
Veronica Berglyd Olsen
2025-07-15 16:00:45 +02:00
parent 00f0c6ea3c
commit c2dcb6a075
4 changed files with 8 additions and 0 deletions
+1
View File
@@ -24,6 +24,7 @@ echo " Building Dependencies"
echo "================================================================================"
echo ""
python3 pkgutils.py build-assets
python3 pkgutils.py icons optional
echo ""
echo " Building Packages"
+1
View File
@@ -18,6 +18,7 @@ fi
source $ENVPATH/bin/activate
pip3 install -r requirements.txt -r docs/requirements.txt
python3 pkgutils.py build-assets
python3 pkgutils.py icons optional
deactivate
echo ""