1
0

trezor: add missing parameters for reset_device

This commit is contained in:
ThomasV
2017-08-12 04:37:21 +02:00
parent 713a803e0f
commit 6cf10e54d0
2 changed files with 10 additions and 1 deletions

6
contrib/make_osx Normal file
View File

@@ -0,0 +1,6 @@
#!/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