LogarithmPlotter/scripts/build-windows.bat
Ad5001 faae76fbbd
Some checks failed
continuous-integration/drone/push Build is failing
Moving scripts to their own dedicated directory.
2022-01-26 19:48:46 +01:00

10 lines
428 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
rem Building translations
cd "LogarithmPlotter\i18n"
cmd release.sh
cd ..\..
pyinstaller --add-data "logplotter.svg;." --add-data "LogarithmPlotter/qml;qml" --add-data "LogarithmPlotter/i18n;i18n" --noconsole LogarithmPlotter/logarithmplotter.py --icon=win/logarithmplotter.ico -n logarithmplotter