Updating windows installer
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Adsooi 2024-01-11 01:15:43 +01:00
parent cff994d9d7
commit d0851b819f
Signed by: Ad5001
GPG key ID: EF45F9C6AFE20160
2 changed files with 7 additions and 9 deletions

View file

@ -28,3 +28,7 @@ rm dist/logarithmplotter/_internal/PySide6/Qt6WebEngineCore.dll
# Remove the QtQuick styles that are unused
rm -rf dist/logarithmplotter/_internal/PySide6/qml/QtQuick/Controls/{Imagine,Material,designer}
# Remove unused tools
rm dist/logarithmplotter/_internal/PySide6/qml/{Qt3D,QtQuick3D}
rm dist/logarithmplotter/_internal/PySide6/Qt6{Pdf.dll,*3D*,Location.dll}