chore: don't install NSIS in Appveyor CI (#1584)

This dependency comes bundled with electron-builder, so there is no
reason to install it separately.

See: https://github.com/resin-io/etcher/pull/1582
Change-Type: patch
Signed-off-by: Juan Cruz Viotti <jv@jviotti.com>
This commit is contained in:
Juan Cruz Viotti 2017-07-11 14:14:15 -04:00 committed by GitHub
parent 427a791de5
commit 3ade1ea59b

View File

@ -55,7 +55,6 @@ else
brew install ccache jq
elif [ "$ARGV_OPERATING_SYSTEM" == "win32" ]; then
./scripts/build/check-dependency.sh choco
choco install nsis -version 2.51
choco install jq
choco install curl
else