LogarithmPlotter/build-windows.bat
Ad5001 3ea75caa41
Some checks failed
continuous-integration/drone/push Build is failing
Fixing issue with opening files on Windows.
2021-08-26 19:34:12 +02:00

4 lines
309 B
Batchfile

rem Need pyinstaller >= 4.3, or there is an issue regarding the PATH of the building.
python -m pip install -U pyinstaller>=4.3
pyinstaller --add-data "logplotter.svg;." --add-data "LogarithmPlotter/qml;qml" --noconsole LogarithmPlotter/logarithmplotter.py --icon=win/logarithmplotter.ico -n logarithmplotter