Skip to content

Commit

Permalink
refactor(tcl): amend tk/tcl8.6 lib path
Browse files Browse the repository at this point in the history
  • Loading branch information
hahnec committed May 14, 2020
1 parent 3fb5297 commit 43c713a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plenopticam/scripts/bundling/pyinst2app.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ pyinstaller plenopticam/gui/top_level.py \
--add-data=./docs/build/html/:./docs/build/html/ \
--exclude-module=matplotlib \
--osx-bundle-identifier='org.pythonmac.unspecified.plenopticam' \
--add-binary='/usr/local/Cellar/tcl-tk/8.6.10/libtk8.6.dylib':'tk' \
--add-binary='/usr/local/Cellar/tcl-tk/8.6.10/libtcl8.6.dylib':'tcl' \
--add-binary='/usr/local/Cellar/tcl-tk/8.6.10/lib/libtk8.6.dylib':'tk' \
--add-binary='/usr/local/Cellar/tcl-tk/8.6.10/lib/libtcl8.6.dylib':'tcl' \
--hidden-import pkg_resources.py2_warn \
--add-data=plenopticam/cfg/cfg.json:cfg
# --add-data=/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/imageio/:./imageio \
Expand Down

0 comments on commit 43c713a

Please sign in to comment.