Fixing macOS build script.
This commit is contained in:
parent
8429ff3739
commit
f5b489ef44
1 changed files with 3 additions and 3 deletions
|
@ -27,9 +27,9 @@ rm $(find . -name "*.pyc")
|
||||||
|
|
||||||
pyinstaller --add-data "LogarithmPlotter/qml:qml" \
|
pyinstaller --add-data "LogarithmPlotter/qml:qml" \
|
||||||
--add-data "LogarithmPlotter/i18n:i18n" \
|
--add-data "LogarithmPlotter/i18n:i18n" \
|
||||||
--add-data "LICENSE.md:." \
|
--add-data "../../LICENSE.md:." \
|
||||||
--add-data "../assets/native/mac/logarithmplotterfile.icns:." \
|
--add-data "../../assets/native/mac/logarithmplotterfile.icns:." \
|
||||||
--add-data "README.md:." \
|
--add-data "../../README.md:." \
|
||||||
--exclude-module "FixTk" \
|
--exclude-module "FixTk" \
|
||||||
--exclude-module "tcl" \
|
--exclude-module "tcl" \
|
||||||
--exclude-module "tk" \
|
--exclude-module "tk" \
|
||||||
|
|
Loading…
Reference in a new issue