electrum

Electrum Bitcoin wallet
git clone https://git.parazyd.org/electrum
Log | Files | Refs | Submodules

commit 93b6abe7012f8cd4c2880bf5dfe9d7c22eae2d9d
parent 55e6c247bc79e2a13625e1d0c40a68af7625657c
Author: ThomasV <thomasv@electrum.org>
Date:   Tue, 24 Oct 2017 13:08:16 +0200

make_osx: py3

Diffstat:
Mcontrib/make_osx | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/contrib/make_osx b/contrib/make_osx @@ -1,6 +1,6 @@ #!/bin/bash rm -rf dist VERSION=`git describe --tags` -python2 setup-release.py py2app +python3 setup-release.py py2app hdiutil create -fs HFS+ -volname "Electrum" -srcfolder dist/Electrum.app dist/electrum-$VERSION.dmg