From c53078c7c1c764d3c34f29da73f1da517bc5ffb0 Mon Sep 17 00:00:00 2001 From: Johann Bauer Date: Sun, 22 Oct 2017 13:53:49 +0200 Subject: [PATCH] Install NSIS silently --- contrib/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 index bbfa4350..b0982d0f 100755 --- 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"