From e5dd95611735540beff4e3bf8d0f2c1c5b779e75 Mon Sep 17 00:00:00 2001 From: Amit Kumar Nandi <11887616+aamitn@users.noreply.github.com> Date: Sat, 17 Feb 2024 21:15:10 +0530 Subject: [PATCH] win installer cchanged from bat to cmd --- installers/install.cmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installers/install.cmd b/installers/install.cmd index 2bb8e77..1f6f7f5 100644 --- a/installers/install.cmd +++ b/installers/install.cmd @@ -152,4 +152,4 @@ REM start browser echo Application Deployed Successfully... start "" http://localhost:8080 timeout /t 20 /nobreak -exit /b +exit /b \ No newline at end of file