dangerzone/install
deeplow fb85421db8
Fix Windows build for PySide6 (illegal file names)
Building the `.msi` on Windows was failing in the `candle.exe` step due
to some files in the PySide6 library being too long (PySide6/examples)
or having illegal character (`+`) in their file names
(PySide6/qml/QtQuick).

Skipping copying these files to the `.msi` fixes the issue. Skipping
`examples/` should be of no impact since they're just examples and
skipping `qml/QtQuick` shouldn't cause issues because we don't use QML.

Reverts commit `bbbf822` and adapts it from PySide2 to PySide6.
2023-02-23 09:12:02 +00:00
..
linux Build arm64 docker image for arm-based Macs 2023-02-16 10:59:00 +00:00
macos Build arm64 docker image for arm-based Macs 2023-02-16 10:59:00 +00:00
pyinstaller sort imports with isort linter 2022-08-22 10:15:26 +01:00
windows Fix Windows build for PySide6 (illegal file names) 2023-02-23 09:12:02 +00:00