[gimp/wip/Jehan/gitlab-ci-win-32-bit: 18/23] More testing!
- From: Jehan <jehanp src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp/wip/Jehan/gitlab-ci-win-32-bit: 18/23] More testing!
- Date: Wed, 12 May 2021 20:05:14 +0000 (UTC)
commit 86473445b61a68b0f1a0d33c244e58ae27de9746
Author: Jehan <jehan girinstud io>
Date: Tue May 11 21:29:59 2021 +0200
More testing!
build/windows/installer/compile.bat | 6 ++----
1 file changed, 2 insertions(+), 4 deletions(-)
---
diff --git a/build/windows/installer/compile.bat b/build/windows/installer/compile.bat
index 9df54a2e1f..5bc1d0f923 100755
--- a/build/windows/installer/compile.bat
+++ b/build/windows/installer/compile.bat
@@ -13,11 +13,9 @@ 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]