[gimp-help/wip/Jehan/ci-2-10-split] Add debug log and bmp.
- From: Jehan <jehanp src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp-help/wip/Jehan/ci-2-10-split] Add debug log and bmp.
- Date: Fri, 18 Mar 2022 13:11:11 +0000 (UTC)
commit 044f6336e43d69f88742cc94771dd7941f160402
Author: Jehan <jehan girinstud io>
Date: Fri Mar 18 14:10:56 2022 +0100
Add debug log and bmp.
build/windows/installer/big.bmp | Bin 0 -> 5762 bytes
build/windows/installer/build.bat | 1 +
build/windows/installer/gimp-help.iss | 3 +++
build/windows/installer/small.bmp | Bin 0 -> 4158 bytes
4 files changed, 4 insertions(+)
---
diff --git a/build/windows/installer/big.bmp b/build/windows/installer/big.bmp
new file mode 100644
index 000000000..eb3908689
Binary files /dev/null and b/build/windows/installer/big.bmp differ
diff --git a/build/windows/installer/build.bat b/build/windows/installer/build.bat
index b5ac53652..2d0b87b05 100644
--- a/build/windows/installer/build.bat
+++ b/build/windows/installer/build.bat
@@ -8,6 +8,7 @@ FOR /F "usebackq tokens=5,* skip=2" %%A IN (`REG QUERY "HKLM\Software\Microsoft\
))
if not exist "%INNOPATH%\iscc.exe" goto noinno
+echo "%INNOPATH%"
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
diff --git a/build/windows/installer/gimp-help.iss b/build/windows/installer/gimp-help.iss
index 76b3bbaef..805cd8128 100644
--- a/build/windows/installer/gimp-help.iss
+++ b/build/windows/installer/gimp-help.iss
@@ -43,6 +43,7 @@
#ifndef LANG
#error LANG must be defined
#endif
+Log('VERSION: ' + VERSION + ' LANG: ' + LANG);
;for picking up the correct Inno Setup language file
#if LANG=='en'
@@ -94,6 +95,8 @@
#elif LANG=='zh_CN'
#define LANGUAGE='ChineseSimplified'
#endif
+Log('LANGUAGE: ' + LANGUAGE);
+
[Setup]
AppName={cm:GimpHelp} {#VERSION}
AppID=GIMP-Help-2
diff --git a/build/windows/installer/small.bmp b/build/windows/installer/small.bmp
new file mode 100644
index 000000000..5c98ffd6f
Binary files /dev/null and b/build/windows/installer/small.bmp differ
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]