File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -292,7 +292,7 @@ if exist "%SCRIPTDIR%\yasm\" (
292292 goto InstallYASM
293293) else if exist " %SCRIPTDIR% \yasm_%YASMVERSION% _win%SYSARCH% .exe" (
294294 echo Using existing YASM binary...
295- goto InstallNASM
295+ goto InstallYASM
296296)
297297
298298REM Download the latest yasm binary for windows goto Terminate
@@ -309,7 +309,7 @@ if not exist "%SCRIPTDIR%\yasm_%YASMVERSION%_win%SYSARCH%.exe" (
309309REM copy yasm executable to VC installation folder
310310echo Installing required YASM release binary...
311311del /F /Q " %VCINSTALLDIR% \yasm.exe" > nul 2 >& 1
312- copy /B /Y /V " %SCRIPTDIR% \yasm*.exe" " %VCINSTALLDIR% \" > nul 2 >& 1
312+ copy /B /Y /V " %SCRIPTDIR% \yasm*.exe" " %VCINSTALLDIR% \yasm.exe " > nul 2 >& 1
313313if %ERRORLEVEL% neq 0 (
314314 echo Error: Failed to install YASM binary!
315315 echo Ensure that this script is run in a shell with the necessary write privileges
You can’t perform that action at this time.
0 commit comments