Skip to content

Commit

Permalink
fix(dylib): add existing tcl/tk dylib location
Browse files Browse the repository at this point in the history
  • Loading branch information
hahnec committed Mar 19, 2024
1 parent ffcfae2 commit 72485a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plenopticam/scripts/bundling/pyinst2app_gh.sh
Expand Up @@ -21,9 +21,9 @@ pyinstaller plenopticam/gui/top_level.py \
--exclude-module=matplotlib \
--osx-bundle-identifier='org.pythonmac.unspecified.plenopticam' \
--hidden-import pkg_resources.py2_warn \
--add-binary='/usr/local/miniconda/lib/libtk8.6.dylib':'tk' \
--add-binary='/usr/local/miniconda/lib/libtcl8.6.dylib':'tcl' \
--add-data=plenopticam/cfg/cfg.json:cfg
# --add-binary='/usr/local/opt/tcl-tk/lib/libtk8.6.dylib':'tk' \
# --add-binary='/usr/local/opt/tcl-tk/lib/libtcl8.6.dylib':'tcl' \

# extract version number from python file
version=$(sed -ne 's@__version__ = \([^]]*\)@\1@gp' plenopticam/__init__.py)
Expand Down

0 comments on commit 72485a3

Please sign in to comment.