Making pyinstaller command multiline.
This commit is contained in:
parent
9712ff15bb
commit
8f95479689
1 changed files with 7 additions and 1 deletions
|
@ -11,7 +11,13 @@ cd "LogarithmPlotter/i18n/"
|
||||||
bash release.sh
|
bash release.sh
|
||||||
cd ../../
|
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
|
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
|
||||||
|
|
||||||
# Copy Qt6ShaderTools, a required library for for Qt5Compat
|
# Copy Qt6ShaderTools, a required library for for Qt5Compat
|
||||||
PYSIDE6PATH="$(wine python -c "import PySide6; from os import path; print(path.dirname(PySide6.__file__));")"
|
PYSIDE6PATH="$(wine python -c "import PySide6; from os import path; print(path.dirname(PySide6.__file__));")"
|
||||||
|
|
Loading…
Reference in a new issue