LogarithmPlotter/win/build-windows.bat
2021-06-02 19:14:42 +02:00

6 lines
187 B
Batchfile

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