LogarithmPlotter/build-wine.sh
Ad5001 400eda9733
All checks were successful
continuous-integration/drone/push Build is passing
It seems PySide2 wasn't detected, trying to see two potential sources.
2021-08-02 22:19:58 +02:00

7 lines
328 B
Bash

#!/bin/bash
# Giving pyinstaller another run
rm $(find . -name "*.qmlc")
rm $(find . -name "*.pyc")
wine python -m pip install -U pyinstaller
wine pyinstaller --add-data "logplotter.svg;." --add-data "LogarithmPlotter/qml;qml" --noconsole LogarithmPlotter/logarithmplotter.py --icon=win/logarithmplotter.ico -n logarithmplotter