Skip to content

Commit

Permalink
Updated links for dependencies archive (zip > 7z)
Browse files Browse the repository at this point in the history
  • Loading branch information
ZhilkinSerg committed Jul 4, 2018
1 parent cc6c54e commit 5c4055f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .appveyor.yml
Expand Up @@ -32,17 +32,17 @@ install:
# Download WINDEPEND archive
- ps : |
[Net.ServicePointManager]::SecurityProtocol = 'Ssl3, Tls, Tls11, Tls12'
Start-FileDownload "http://dev.narc.ro/cataclysm/WinDepend-MSVC.zip" -FileName "$($env:TEMP_FOLDER)\WinDepend-MSVC.zip"
Start-FileDownload "http://dev.narc.ro/cataclysm/WinDepend-MSVC.7z" -FileName "$($env:TEMP_FOLDER)\WinDepend-MSVC.7z"
# Unzip WINDEPEND archive to WINDEPEND folder
- cmd: 7z x -y "%TEMP_FOLDER%\WinDepend-MSVC.zip" -o"%APPVEYOR_BUILD_FOLDER%"
# Unpack WINDEPEND archive to WINDEPEND folder
- cmd: 7z x -y "%TEMP_FOLDER%\WinDepend-MSVC.7z" -o"%APPVEYOR_BUILD_FOLDER%"

# Download LUA archive
- ps : |
[Net.ServicePointManager]::SecurityProtocol = 'Ssl3, Tls, Tls11, Tls12'
Start-FileDownload "https://www.dropbox.com/s/49vexob83bi5nrf/lua.zip?dl=1" -FileName "$($env:TEMP_FOLDER)\lua.zip"
# Unzip LUA archive to WINDEPEND folder
# Unpack LUA archive to WINDEPEND folder
- cmd: 7z x -y "%TEMP_FOLDER%\lua.zip" -o"%APPVEYOR_BUILD_FOLDER%\WinDepend"

# Report LUA binary version
Expand Down

0 comments on commit 5c4055f

Please sign in to comment.