LogarithmPlotter/build-windows.bat
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

3 lines
218 B
Batchfile

python -m pip install -U pyinstaller
pyinstaller --add-data "logplotter.svg;." --add-data "LogarithmPlotter/qml;qml" --noconsole LogarithmPlotter/logarithmplotter.py --icon=win/logarithmplotter.ico -n logarithmplotter