Do not build appimage in build-script
All checks were successful
Check / mypy (push) Successful in 55s
Check / ruff (push) Successful in 6s

This commit is contained in:
Christoph Stahl 2025-06-23 00:31:26 +02:00
parent 6ac00403b1
commit cff08da1d9

View file

@ -158,5 +158,5 @@ rm -rf /app/AppDir/usr/lib/python3.13/site-packages/PyQt6/Qt6/qml/
# ln -s "$relative_path" /app/AppDir/usr/lib/$(basename $file)
# done
echo "Creating AppImage..."
/app/linuxdeploy-x86_64.AppImage --plugin qt --appdir /app/AppDir --output appimage
# echo "Creating AppImage..."
# /app/linuxdeploy-x86_64.AppImage --plugin qt --appdir /app/AppDir --output appimage