Skip to content

Commit 4e9dd67

Browse files
committed
add contrib/sign_version
1 parent 2867c2e commit 4e9dd67

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

contrib/sign_version

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
#!/bin/bash
2+
version=`git describe --tags --dirty --always`
3+
sig=`./run_electrum -w $SIGNING_WALLET signmessage $SIGNING_ADDRESS $version`
4+
echo "{ \"version\":\"$version\", \"signatures\":{ \"$addr\":\"$sig\"}}"

0 commit comments

Comments
 (0)