Skip to content

Commit

Permalink
Initial macos builds (#103)
Browse files Browse the repository at this point in the history
* change pyinstaller dependency

* change darwin pyinstaller dependency

* add macholib for macos

* add dis3 dependency for macos

* use correct pyinstaller script

* don't build server for macos
  • Loading branch information
arades79 authored Jun 22, 2020
1 parent b65ee07 commit f655066
Show file tree
Hide file tree
Showing 3 changed files with 163 additions and 126 deletions.
2 changes: 1 addition & 1 deletion install/build_osx.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ rm -rf $ROOT/dist &>/dev/null 2>&1

# build the .app
echo Building Hyperdome.app
pyinstaller $ROOT/install/pyinstaller.spec
pyinstaller $ROOT/install/hyperdome_client.spec
# TODO: download and bundle tor
# python3 $ROOT/install/get-tor-osx.py

Expand Down
Loading

0 comments on commit f655066

Please sign in to comment.