[gimp/wip/Jehan/meson-windows-official] Plop.



commit 766633666645fd28783fb034518a6208d43e32e7
Author: Jehan <jehan girinstud io>
Date:   Fri Apr 1 13:53:28 2022 +0200

    Plop.

 build/windows/installer/gimp3264.iss | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/build/windows/installer/gimp3264.iss b/build/windows/installer/gimp3264.iss
index 21a5f8f733..cbf98e5873 100755
--- a/build/windows/installer/gimp3264.iss
+++ b/build/windows/installer/gimp3264.iss
@@ -277,7 +277,7 @@ Source: "installsplash.bmp"; Flags: dontcopy
 Source: "installsplash_small.bmp"; Flags: dontcopy
 #else
 Source: "..\..\..\data\images\gimp-splash.png"; Destname: "installsplash.png"; Flags: dontcopy
-Source: "installsplash_small-devel.bmp"; Destname: "installsplash_small.bmp"; Flags: dontcopy
+Source: "..\..\..\data\images\gimp-splash.png"; Destname: "installsplash_small.png"; Flags: dontcopy
 #endif
 
 #ifndef NOFILES
@@ -1297,7 +1297,7 @@ begin
        if WizardForm.WizardBitmapImage.Height < 386 then //use smaller image when not using Large Fonts
        begin
                try
-                       NewBitmap1 := 
TFileStream.Create(ExpandConstant('{tmp}\installsplash_small.bmp'),fmOpenRead);
+                       NewBitmap1 := 
TFileStream.Create(ExpandConstant('{tmp}\installsplash_small.png'),fmOpenRead);
                        WizardForm.WizardBitmapImage.Bitmap.LoadFromStream(NewBitmap1);
                        WelcomeBitmapBottom.Bitmap := WizardForm.WizardBitmapImage.Bitmap;
                        try
@@ -1740,7 +1740,7 @@ begin
                SetupINI := ExpandConstant('{tmp}\setup.ini');
                ExtractTemporaryFile('windows-installer-intro-small.bmp');
                ExtractTemporaryFile('installsplash.png');
-               ExtractTemporaryFile('installsplash_small.bmp');
+               ExtractTemporaryFile('installsplash_small.png');
        except
                DebugMsg('InitializeSetup','Error extracting temporary file: ' + GetExceptionMessage);
                MsgBox(CustomMessage('ErrorExtractingTemp') + #13#13 + GetExceptionMessage,mbError,MB_OK);


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