mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-31 17:31:36 +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
|
||||
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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue