Browse Source

Add NSIS to the path in AppVeyor to fix build

Douglas Thrift 7 years ago
parent
commit
35e16048f7
1 changed files with 1 additions and 0 deletions
  1. 1 0
      appveyor.yml

+ 1 - 0
appveyor.yml

@@ -2,6 +2,7 @@ version: 1.1.0.{build}
 install:
 - cmd: cinst nsis -y
 - cmd: RefreshEnv
+- cmd: appveyor SetVariable -Name PATH -Value "%PATH%;C:\Program Files (x86)\NSIS"
 - ps: |
     $url='http://download.microsoft.com/download/7/B/6/7B629E05-399A-4A92-B5BC-484C74B5124B/dotNetFx40_Client_setup.exe'
     $exe=(Split-Path $url -Leaf)