mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-09-01 09:45:18 +00:00
make_osx: py3
This commit is contained in:
parent
55e6c247bc
commit
93b6abe701
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
rm -rf dist
|
rm -rf dist
|
||||||
VERSION=`git describe --tags`
|
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
|
hdiutil create -fs HFS+ -volname "Electrum" -srcfolder dist/Electrum.app dist/electrum-$VERSION.dmg
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue