There was an error while loading. Please reload this page.
1 parent 8429ff3 commit f5b489eCopy full SHA for f5b489e
scripts/build-macosx.sh
@@ -27,9 +27,9 @@ rm $(find . -name "*.pyc")
27
28
pyinstaller --add-data "LogarithmPlotter/qml:qml" \
29
--add-data "LogarithmPlotter/i18n:i18n" \
30
- --add-data "LICENSE.md:." \
31
- --add-data "../assets/native/mac/logarithmplotterfile.icns:." \
32
- --add-data "README.md:." \
+ --add-data "../../LICENSE.md:." \
+ --add-data "../../assets/native/mac/logarithmplotterfile.icns:." \
+ --add-data "../../README.md:." \
33
--exclude-module "FixTk" \
34
--exclude-module "tcl" \
35
--exclude-module "tk" \
0 commit comments