Skip to content
This repository was archived by the owner on Mar 21, 2025. It is now read-only.

Commit f14dd9f

Browse files
committed
tweak windows build script
1 parent 78e013d commit f14dd9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contrib/build-wine/build-electrum-git.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ info "building NSIS installer"
8686
# $VERSION could be passed to the electrum.nsi script, but this would require some rewriting in the script itself.
8787

8888
# Chop off 'v'
89-
$NSI_VERSION = `python3 -c "print('$VERSION'[1:])"`
89+
NSI_VERSION=$(python3 -c "print('$VERSION'[1:])")
9090
makensis -DPRODUCT_VERSION=$NSI_VERSION electrum.nsi
9191

9292
cd dist

0 commit comments

Comments
 (0)