[gimp-help/wip/Jehan/ci-2-10-split] Trying without the START command.



commit f3abf9259d1084a073d37e5ba1858daf7e3c05a7
Author: Jehan <jehan girinstud io>
Date:   Fri Mar 18 12:06:19 2022 +0100

    Trying without the START command.

 build/windows/installer/build.bat | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/build/windows/installer/build.bat b/build/windows/installer/build.bat
index 9cb26a3ff..b5ac53652 100644
--- a/build/windows/installer/build.bat
+++ b/build/windows/installer/build.bat
@@ -11,7 +11,7 @@ if not exist "%INNOPATH%\iscc.exe" goto noinno
 FOR /D %%l in (..\..\..\htdocs\2.10\*) DO if not "%l"=="..\..\..\htdocs\2.10\." (
     if not "%l"=="..\..\..\htdocs\2.10\.." (
             echo Creating installer for %%~nxl
-            start "" /LOW "%INNOPATH%\iscc.exe" "gimp-help.iss" /DVERSION="%1" /DLANG="%%~nxl]"
+            "%INNOPATH%\iscc.exe" "gimp-help.iss" /DVERSION="%1" /DLANG="%%~nxl"
     )
 )
 goto end


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]