Skip to content

Commit

Permalink
fix(path): change path for libs
Browse files Browse the repository at this point in the history
  • Loading branch information
hahnec committed Mar 19, 2024
1 parent e6ffdf3 commit e75361c
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,8 +21,8 @@ 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='/usr/local/miniconda/lib/libtk8.6.dylib':'lib' \
--add-data='/usr/local/miniconda/lib/libtcl8.6.dylib':'lib' \
--add-data=plenopticam/cfg/cfg.json:cfg

# extract version number from python file
Expand Down

0 comments on commit e75361c

Please sign in to comment.