Skip to content

Commit

Permalink
fix(tcl): skip tcl replacement
Browse files Browse the repository at this point in the history
  • Loading branch information
hahnec committed Mar 19, 2024
1 parent 23fea3d commit 9e7f1f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plenopticam/scripts/bundling/pyinst2app_gh.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ 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/opt/tcl-tk/lib/libtk8.6.dylib':'tk' \
--add-binary='/usr/local/opt/tcl-tk/lib/libtcl8.6.dylib':'tcl' \
--hidden-import pkg_resources.py2_warn \
--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 9e7f1f6

Please sign in to comment.