Change text

This commit is contained in:
2025-01-19 13:12:30 +01:00
parent 1a82289453
commit d428a114e9

View File

@@ -26,7 +26,7 @@ if %PROCESSOR_ARCHITECTURE%==AMD64 (
copy .\nssm-2.24\win32\nssm.exe "%DESTINATIONDIR%\" >nul 2>&1
)
set NSSMEXE="%DESTINATIONDIR%\nssm.exe"
echo Deleting temporary files
echo Deleting temporary files and directories
del "%TEMP%\nssm-2.24.zip" >nul 2>&1
rd /s/q .\nssm-2.24 >nul 2>&1