[gimp/wip/Jehan/gitlab-ci-win-32-bit] More testing!



commit ae299ffaca5fb7eedda0e1924599ae4de014b917
Author: Jehan <jehan girinstud io>
Date:   Tue May 11 21:29:59 2021 +0200

    More testing!

 build/windows/installer/compile.bat | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)
---
diff --git a/build/windows/installer/compile.bat b/build/windows/installer/compile.bat
index 9df54a2e1f..0efc827602 100755
--- a/build/windows/installer/compile.bat
+++ b/build/windows/installer/compile.bat
@@ -13,11 +13,10 @@ set DEPS64=%~7
 
 if [%INNOPATH%]==[] (
 FOR /F "usebackq tokens=5,* skip=2" %%A IN (`REG QUERY 
"HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Uninstall\Inno Setup 6_is1" /v "Inno Setup: App 
Path" /reg:32`) DO set INNOPATH=%%B
-echo %INNOPATH%
 )
-if [%INNOPATH%]==[] (
+else (if [%INNOPATH%]==[] (
 FOR /F "usebackq tokens=5,* skip=2" %%A IN (`REG QUERY 
"HKLM\Software\Microsoft\Windows\CurrentVersion\Uninstall\Inno Setup 6_is1" /v "Inno Setup: App Path" 
/reg:32`) DO set INNOPATH=%%B
-)
+))
 if not exist "%INNOPATH%\iscc.exe" goto noinno
 
 ::i'd use %*, but shift has no effect on it


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