From 28412c1abd0820eb03fcc46712fd3574c1fcc82f Mon Sep 17 00:00:00 2001 From: Matt Oliver Date: Wed, 21 Dec 2022 22:54:06 +1100 Subject: [PATCH] Update to NASM 2.16. --- install_script.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install_script.bat b/install_script.bat index 573b661..ed7cefb 100644 --- a/install_script.bat +++ b/install_script.bat @@ -3,7 +3,7 @@ setlocal REM Defined cript variables set NASMDL=http://www.nasm.us/pub/nasm/releasebuilds -set NASMVERSION=2.15.05 +set NASMVERSION=2.16 set VSWHEREDL=https://github.com/Microsoft/vswhere/releases/download set VSWHEREVERSION=2.8.4