Fixing CI
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Adsooi 2024-09-30 01:39:59 +02:00
parent 1c7e9d627d
commit cd6f258720
Signed by: Ad5001
GPG key ID: EF45F9C6AFE20160
2 changed files with 3 additions and 3 deletions

View file

@ -7,7 +7,7 @@ cd build/runtime-pyside6 || exit 1
rm -rf $(find . -name "*.pyc")
wine_py pyinstaller --add-data "LogarithmPlotter/logarithmplotter.svg;." \
wine pyinstaller --add-data "LogarithmPlotter/logarithmplotter.svg;." \
--add-data "LogarithmPlotter/qml;qml" \
--add-data "LogarithmPlotter/i18n;i18n" \
--noconsole \