[gimp-help/wip/Jehan/ci-2-10-split] FIX.



commit e5abdfb7c62f153df89d04a066e0168201354cb6
Author: Jehan <jehan girinstud io>
Date:   Thu Mar 17 17:28:42 2022 +0100

    FIX.

 build/windows/installer/build.bat | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/build/windows/installer/build.bat b/build/windows/installer/build.bat
index 7d651c609..6eec2dd94 100644
--- a/build/windows/installer/build.bat
+++ b/build/windows/installer/build.bat
@@ -8,10 +8,10 @@ FOR /F "usebackq tokens=5,* skip=2" %%A IN (`REG QUERY "HKLM\Software\Microsoft\
 ))
 if not exist "%INNOPATH%\iscc.exe" goto noinno
 
-for /a:d %l in (..\..\..\htdocs\2.10\*) if not "%l"=="..\..\..\htdocs\2.10\." .and. not 
"%l"=="..\..\..\htdocs\2.10\.." (
+FOR /D %%l in (..\..\..\htdocs\2.10\*) DO (if not "%l"=="..\..\..\htdocs\2.10\." (if not 
"%l"=="..\..\..\htdocs\2.10\.." (
        echo %@name[%l]
        start "" /LOW "%INNOPATH%\iscc.exe" "gimp-help.iss" /DVERSION="%1" /DLANG="%@name[%l]"
-)
+)))
 goto end
 
 :help


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