Skip to content

Commit

Permalink
project: Update appveyor NASM version.
Browse files Browse the repository at this point in the history
  • Loading branch information
Sibras committed Dec 29, 2022
1 parent 7524a5f commit e99a6a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SMP/appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ before_build:
}
# Download and install nasm integration
- 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")
- ps: Add-Type -A 'System.IO.Compression.FileSystem'; [IO.Compression.ZipFile]::ExtractToDirectory("$pwd\nasm.zip", "$pwd\TempNASMUnpack")
- cmd: call ".\TempNASMUnpack\install_script.bat"
# Additional nasm location in order to fix gitlink error
Expand Down

0 comments on commit e99a6a9

Please sign in to comment.