From da3a54d184c60da9ad862c12f310352f89ffdf02 Mon Sep 17 00:00:00 2001 From: stefnotch Date: Wed, 27 Jan 2021 14:06:36 +0100 Subject: [PATCH] Pause on error On Windows, because people using Windows will double click on the file --- GenerateProjectFiles.bat | 1 + 1 file changed, 1 insertion(+) diff --git a/GenerateProjectFiles.bat b/GenerateProjectFiles.bat index 5db8aaf55..aeeac1c67 100644 --- a/GenerateProjectFiles.bat +++ b/GenerateProjectFiles.bat @@ -16,6 +16,7 @@ exit /B 0 :BuildToolFailed echo Flax.Build tool failed. +pause goto Exit :Exit