Skip to content

Commit e99a6a9

Browse files
committed
project: Update appveyor NASM version.
1 parent 7524a5f commit e99a6a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SMP/appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ before_build:
116116
}
117117
118118
# 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")
119+
- ps: (New-Object Net.WebClient).DownloadFile('https://github.com/ShiftMediaProject/VSNASM/releases/download/0.8/VSNASM.zip', "$pwd\nasm.zip")
120120
- ps: Add-Type -A 'System.IO.Compression.FileSystem'; [IO.Compression.ZipFile]::ExtractToDirectory("$pwd\nasm.zip", "$pwd\TempNASMUnpack")
121121
- cmd: call ".\TempNASMUnpack\install_script.bat"
122122
# Additional nasm location in order to fix gitlink error

0 commit comments

Comments
 (0)