Skip to content

Commit

Permalink
chore(lib): add relative path
Browse files Browse the repository at this point in the history
  • Loading branch information
hahnec committed Mar 19, 2024
1 parent 72aafcf commit 07c833d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plenopticam/scripts/bundling/pyinst2app_gh.sh
Expand Up @@ -25,8 +25,8 @@ pyinstaller plenopticam/gui/top_level.py \
--exclude-module=matplotlib \
--osx-bundle-identifier='org.pythonmac.unspecified.plenopticam' \
--hidden-import pkg_resources.py2_warn \
--add-data='/usr/local/lib/libtk8.6.dylib':'library' \
--add-data='/usr/local/lib/libtcl8.6.dylib':'library' \
--add-data='/usr/local/lib/libtk8.6.dylib':'./library' \
--add-data='/usr/local/lib/libtcl8.6.dylib':'./library' \
--add-data=plenopticam/cfg/cfg.json:cfg

# extract version number from python file
Expand Down

0 comments on commit 07c833d

Please sign in to comment.