[gimp] Installer: minor fixes



commit 90c2e812128992535ed6648c33df16a14f6d43dc
Author: Jernej Simončič <jernej|s-gitstuff eternallybored org>
Date:   Sun Jun 16 00:28:10 2019 +0200

    Installer: minor fixes
    
    (cherry picked from commit e8ac2ed19b78f0c60feb506b253550975e0d7c19)

 build/windows/installer/MessageWithURL.isi | 4 +---
 build/windows/installer/compile.bat        | 2 +-
 2 files changed, 2 insertions(+), 4 deletions(-)
---
diff --git a/build/windows/installer/MessageWithURL.isi b/build/windows/installer/MessageWithURL.isi
index a9cd49427f..5e5842bc0d 100644
--- a/build/windows/installer/MessageWithURL.isi
+++ b/build/windows/installer/MessageWithURL.isi
@@ -223,7 +223,7 @@ begin
        begin
                Left := ScaleX(MWU_LEFTBORDER);
                Top := ScaleY(MWU_TOPBORDER);
-               Center := False; //!!! Inno6
+               Center := False;
                Stretch := False;
                AutoSize := True;
                Bitmap.Width := GetSystemMetrics(SM_CXICON);
@@ -488,8 +488,6 @@ begin
 
        Message_SetUpButtons(Button, ButtonText, ButtonWidth, DefaultButton, CancelButton, MessageForm);
 
-       //MessageForm.Center; //!!! Inno6
-
        MessageForm.OnKeyUp := @Message_KeyUp; //needed for keyboard access of URL labels
        MessageForm.KeyPreView := True;
 
diff --git a/build/windows/installer/compile.bat b/build/windows/installer/compile.bat
index 951b3d7472..047f5cd488 100755
--- a/build/windows/installer/compile.bat
+++ b/build/windows/installer/compile.bat
@@ -32,7 +32,7 @@ shift
 goto doparams
 :paramsdone
 
-"%INNOPATH%\iscc.exe" -DVERSION="%VER%" -DGIMP_DIR="%GIMP_BASE%" -DDIR32="%GIMP32%" -DDIR64="%GIMP64%" 
-DDEPS_DIR="%DEPS_BASE%" -DDDIR32="%DEPS32%" -DDDIR64="%DEPS64%" %PARAMS% gimp3264_6.iss
+"%INNOPATH%\iscc.exe" -DVERSION="%VER%" -DGIMP_DIR="%GIMP_BASE%" -DDIR32="%GIMP32%" -DDIR64="%GIMP64%" 
-DDEPS_DIR="%DEPS_BASE%" -DDDIR32="%DEPS32%" -DDDIR64="%DEPS64%" %PARAMS% gimp3264.iss
 goto :eof
 
 :help


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