LogarithmPlotter/win/build-windows.bat

6 lines
187 B
Batchfile
Raw Normal View History

2021-06-02 17:14:42 +00:00
cd ..
cp run.py logarithmplotter.py
python -m pip install -U pyinstaller
pyinstaller --add-data "qml;qml" --noconsole logarithmplotter.py --icon=win/logplotter.ico
rm logarithmplotter.py