[gimp] Installer: add missing files



commit 634b0e68c3a21c6639af018b40bfd53677e0bb69
Author: Jernej Simončič <jernej|s-cccp eternallybored org>
Date:   Wed May 2 11:34:29 2018 +0200

    Installer: add missing files

 build/windows/installer/32on64.list |    2 ++
 build/windows/installer/files.isi   |    1 +
 2 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/build/windows/installer/32on64.list b/build/windows/installer/32on64.list
index d83bd4b..0f2ae0d 100644
--- a/build/windows/installer/32on64.list
+++ b/build/windows/installer/32on64.list
@@ -3,6 +3,8 @@
 etc\fonts\
 lib\gtk-2.0\2.10.0\engines\
 lib\gtk-2.0\modules\
+lib\gdk-pixbuf-2.0\2.10.0\loaders\*.dll
+lib\gdk-pixbuf-2.0\2.10.0\loaders.cache
 share\themes\
 bin\gspawn*.exe
 bin\*.dll
diff --git a/build/windows/installer/files.isi b/build/windows/installer/files.isi
index 6ca3d36..d224320 100644
--- a/build/windows/installer/files.isi
+++ b/build/windows/installer/files.isi
@@ -23,6 +23,7 @@ Source: "{#DEPS_DIR}\{#DDIR}\bin\libgs*.dll"; DestDir: "{app}\bin"; Components:
 Source: "{#DEPS_DIR}\{#DDIR}\bin\gspawn-win*.exe"; DestDir: "{app}\bin"; Components: deps{#PLATFORM}; Flags: 
recursesubdirs restartreplace comparetimestamp uninsrestartdelete
 Source: "{#DEPS_DIR}\{#DDIR}\bin\bzip2.exe"; DestDir: "{app}\bin"; Components: deps{#PLATFORM}; Flags: 
recursesubdirs restartreplace uninsrestartdelete
 Source: "{#DEPS_DIR}\{#DDIR}\lib\*.dll"; DestDir: "{app}\lib"; Components: deps{#PLATFORM}; Flags: 
recursesubdirs restartreplace comparetimestamp uninsrestartdelete
+Source: "{#DEPS_DIR}\{#DDIR}\lib\gdk-pixbuf-2.0\2.10.0\loaders.cache"; DestDir: 
"{app}\lib\gdk-pixbuf-2.0\2.10.0\"; Components: deps{#PLATFORM}; Flags: recursesubdirs restartreplace 
comparetimestamp uninsrestartdelete
 
 #if PLATFORM==64
 Source: "{#GIMP_DIR}\{#DIR}\lib\gimp\2.0\plug-ins\file-mng.exe"; DestDir: "{app}\lib\gimp\2.0\plug-ins"; 
Components: gimp{#PLATFORM}; Flags: restartreplace comparetimestamp uninsrestartdelete


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