Skip to content

Commit

Permalink
build_mac
Browse files Browse the repository at this point in the history
  • Loading branch information
nluhmann committed Apr 18, 2018
1 parent e4c2697 commit 8556689
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions build_mac.sh
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
pyinstaller -n GrapeTree_mac --windowed --icon=GT_icon.icns \
--add-binary binaries/edmonds-osx:binaries/ \
--add-binary binaries/fastme-2.1.5-osx:binaries/ \
--add-data grapetree/templates/:grapetree/templates/ \
--add-data MSTree_holder.html:. \
--add-data static/:static \
main.py
--hidden-import psutil \
-p .venv/lib/ \
grapetree.py

0 comments on commit 8556689

Please sign in to comment.