Skip to content

Commit f5b489e

Browse files
committed
Fixing macOS build script.
1 parent 8429ff3 commit f5b489e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

scripts/build-macosx.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ rm $(find . -name "*.pyc")
2727

2828
pyinstaller --add-data "LogarithmPlotter/qml:qml" \
2929
--add-data "LogarithmPlotter/i18n:i18n" \
30-
--add-data "LICENSE.md:." \
31-
--add-data "../assets/native/mac/logarithmplotterfile.icns:." \
32-
--add-data "README.md:." \
30+
--add-data "../../LICENSE.md:." \
31+
--add-data "../../assets/native/mac/logarithmplotterfile.icns:." \
32+
--add-data "../../README.md:." \
3333
--exclude-module "FixTk" \
3434
--exclude-module "tcl" \
3535
--exclude-module "tk" \

0 commit comments

Comments
 (0)