Install NSIS silently

This commit is contained in:
Johann Bauer 2017-10-22 13:53:49 +02:00
parent b8c7edf070
commit c53078c7c1
1 changed files with 1 additions and 2 deletions

View File

@ -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"