diff --git a/install-windows.bat b/install-windows.bat index 97115829..1eee37ac 100644 --- a/install-windows.bat +++ b/install-windows.bat @@ -5,13 +5,13 @@ cd /d "%~dp0" if exist SwarmUI ( echo SwarmUI is already installed in this folder. If this is incorrect, delete the 'SwarmUI' folder and try again. pause - exit + exit /b ) if exist SwarmUI.sln ( echo SwarmUI is already installed in this folder. If this is incorrect, delete 'SwarmUI.sln' and try again. pause - exit + exit /b ) winget install Microsoft.DotNet.SDK.8 --accept-source-agreements --accept-package-agreements