Skip to content

Commit

Permalink
make chocolatey ignore nsis checksums
Browse files Browse the repository at this point in the history
  • Loading branch information
nico-abram authored Feb 13, 2018
1 parent bf3ce3b commit 226f225
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ artifacts:
- path: Etterna *.exe

install:
- cmd: choco install nsis
- cmd: choco install nsis --ignore-checksums

before_build:
- cmd: git submodule update --init --recursive
Expand Down

0 comments on commit 226f225

Please sign in to comment.