mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-23 17:47:31 +00:00
6 lines
187 B
Bash
6 lines
187 B
Bash
#!/bin/bash
|
|
rm -rf dist
|
|
VERSION=`git describe --tags`
|
|
python2 setup-release.py py2app
|
|
hdiutil create -fs HFS+ -volname "Electrum" -srcfolder dist/Electrum.app dist/electrum-$VERSION.dmg
|
|
|