Skip to content
This repository has been archived by the owner on Jan 30, 2024. It is now read-only.

Commit

Permalink
[build] update osx
Browse files Browse the repository at this point in the history
  • Loading branch information
rc125 committed Jun 5, 2019
1 parent 48ebdaa commit 500983f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions contrib/build-osx/make_osx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
PYTHON_VERSION=3.6.4
BUILDDIR=/tmp/electrum-smart-build
PACKAGE=Electrum-SMART
GIT_REPO=https://github.com/smartcash/electrum-smart
GIT_REPO=https://github.com/rc125/electrum-smart

. $(dirname "$0")/base.sh

Expand All @@ -27,7 +27,8 @@ fail "Unable to use Python $PYTHON_VERSION"


info "Installing pyinstaller"
python3 -m pip install git+https://github.com/ecdsa/pyinstaller@fix_2952 -I --user || fail "Could not install pyinstaller"
#python3 -m pip install git+https://github.com/ecdsa/pyinstaller@fix_2952 -I --user || fail "Could not install pyinstaller"
python3 -m pip install pyinstaller==3.4 -I --user || fail "Could not install pyinstaller"

info "Using these versions for building $PACKAGE:"
sw_vers
Expand Down
2 changes: 1 addition & 1 deletion contrib/build-osx/osx.spec
Original file line number Diff line number Diff line change
Expand Up @@ -97,4 +97,4 @@ app = BUNDLE(exe,
'NSHighResolutionCapable': 'True',
'NSSupportsAutomaticGraphicsSwitching': 'True'
}
)
)

0 comments on commit 500983f

Please sign in to comment.