2021-08-26 17:34:12 +00:00
|
|
|
rem Need pyinstaller >= 4.3, or there is an issue regarding the PATH of the building.
|
|
|
|
python -m pip install -U pyinstaller>=4.3
|
2022-01-20 17:19:36 +00:00
|
|
|
|
2022-01-24 15:16:58 +00:00
|
|
|
rem Building translations
|
2022-01-20 17:19:36 +00:00
|
|
|
cd "LogarithmPlotter\i18n"
|
2022-01-24 15:16:58 +00:00
|
|
|
cmd release.sh
|
2022-01-20 17:19:36 +00:00
|
|
|
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
|