make_osx: py3

This commit is contained in:
ThomasV 2017-10-24 13:08:16 +02:00
parent 55e6c247bc
commit 93b6abe701
1 changed files with 1 additions and 1 deletions

View File

@ -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