We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7524a5f commit e99a6a9Copy full SHA for e99a6a9
SMP/appveyor.yml
@@ -116,7 +116,7 @@ before_build:
116
}
117
118
# Download and install nasm integration
119
-- ps: (New-Object Net.WebClient).DownloadFile('https://github.com/ShiftMediaProject/VSNASM/releases/download/0.6/VSNASM.zip', "$pwd\nasm.zip")
+- ps: (New-Object Net.WebClient).DownloadFile('https://github.com/ShiftMediaProject/VSNASM/releases/download/0.8/VSNASM.zip', "$pwd\nasm.zip")
120
- ps: Add-Type -A 'System.IO.Compression.FileSystem'; [IO.Compression.ZipFile]::ExtractToDirectory("$pwd\nasm.zip", "$pwd\TempNASMUnpack")
121
- cmd: call ".\TempNASMUnpack\install_script.bat"
122
# Additional nasm location in order to fix gitlink error
0 commit comments