electrum

Electrum Bitcoin wallet
git clone https://git.parazyd.org/electrum
Log | Files | Refs | Submodules

commit 9615279c3d86cdd1f1b44a610e1bf35dd0ed826d
parent 290999b9a86caf04eeb49b063aea3a446c7c6c2f
Author: ThomasV <thomasv@electrum.org>
Date:   Sun, 22 Oct 2017 14:42:35 +0200

Merge pull request #3088 from bauerj/nsis-silent

Install NSIS silently
Diffstat:
Mcontrib/build-wine/prepare-wine.sh | 3+--
1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/contrib/build-wine/prepare-wine.sh b/contrib/build-wine/prepare-wine.sh @@ -101,10 +101,9 @@ $PYTHON -m pip install websocket-client $PYTHON -m pip install setuptools --upgrade # Install NSIS installer -echo "Make sure to untick 'Start NSIS' and 'Show release notes'" wget -q -O nsis.exe "$NSIS_URL" verify_hash nsis.exe $NSIS_SHA256 -wine nsis.exe +wine nsis.exe /S # Install UPX #wget -O upx.zip "https://downloads.sourceforge.net/project/upx/upx/3.08/upx308w.zip"