Reduce zip build job to Windows only

This commit is contained in:
Veronica Berglyd Olsen
2024-04-17 00:00:28 +02:00
parent 3b763e3460
commit 5acbfeffa5
2 changed files with 12 additions and 54 deletions
+2 -4
View File
@@ -22,12 +22,10 @@ python3 pkgutils.py qtlrelease manual sample
deactivate
echo ""
echo " Building Minimal Packages"
echo " Building Windows Source Zip"
echo "================================================================================"
echo ""
python3 pkgutils.py minimal-zip --target-win
# python3 pkgutils.py minimal-zip --target-linux
# python3 pkgutils.py minimal-zip --target-darwin
python3 pkgutils.py windows-zip
echo ""
echo " Building Linux Packages"