make_osx: py3
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user