Skip to content

Commit 75f11ae

Browse files
committed
Remove local yasm.exe after install.
1 parent e3c8973 commit 75f11ae

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

install_script.bat

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,7 @@ if %ERRORLEVEL% neq 0 (
166166
del /F /Q "%SCRIPTDIR%\yasm.exe" >nul 2>&1
167167
goto Terminate
168168
)
169+
del /F /Q "%SCRIPTDIR%\yasm.exe" >nul 2>&1
169170
echo Finished Successfully
170171
goto Exit
171172

0 commit comments

Comments
 (0)