LogarithmPlotter/build-wine.sh
Ad5001 74ea50d19f
All checks were successful
continuous-integration/drone/push Build is passing
Changing description, starting translator.
2022-01-20 18:19:36 +01:00

13 lines
449 B
Bash

#!/bin/bash
# Giving pyinstaller another run
rm $(find . -name "*.qmlc")
rm $(find . -name "*.pyc")
wine python -m pip install -U pyinstaller
# Buiilding translations
cd "LogarithmPlotter/i18n/"
bash release.sh
cd ../../
wine 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