gnucash-on-windows master: Include gdk-pixbuf's loaders in the bundle to fix crash on Win7.

John Ralls jralls at code.gnucash.org
Mon Mar 12 16:59:33 EDT 2018


Updated	 via  https://github.com/Gnucash/gnucash-on-windows/commit/fe0ed4d7 (commit)
	from  https://github.com/Gnucash/gnucash-on-windows/commit/9719c532 (commit)



commit fe0ed4d7251aa22591a9515e656aa0a75e7e723d
Author: John Ralls <jralls at ceridwen.us>
Date:   Mon Mar 12 13:59:23 2018 -0700

    Include gdk-pixbuf's loaders in the bundle to fix crash on Win7.
    
    Also include loadable modules for postgresql and sqlite3.

diff --git a/inno_setup/gnucash-mingw64.iss b/inno_setup/gnucash-mingw64.iss
index 3e22103..1d61afd 100644
--- a/inno_setup/gnucash-mingw64.iss
+++ b/inno_setup/gnucash-mingw64.iss
@@ -201,6 +201,11 @@ Source: "@MINGW_DIR@\bin\zlib1.dll"; DestDir: "{app}\bin"; Components: main
 Source: "@MINGW_DIR@\bin\gspawn-win32-helper.exe"; DestDir: "{app}\bin"; Components: main
 Source: "@MINGW_DIR@\bin\gspawn-win32-helper-console.exe"; DestDir: "{app}\bin"; Components: main
 
+Source: "@MINGW_DIR@\lib\gdk-pixbuf-2.0\2.10.0\loaders\*.dll"; DestDir: "{app}\lib\gdk-pixbuf-2.0\2.10.0\loaders"; Components: main
+Source: "@MINGW_DIR@\lib\gdk-pixbuf-2.0\2.10.0\loaders.cache"; DestDir: "{app}\lib\gdk-pixbuf\2.10.0\"; Components: main
+Source: "@MINGW_DIR@\lib\postgresql\*.dll"; DestDir: "{app}\lib\postgreql"; Components: main
+Source: "@MINGW_DIR@\lib\sqlite3.21.0\sqlite3210.dll"; DestDir: "{app}\lib\sqlite3.21.0"; Components: main
+
 Source: "@MINGW_DIR@\share\icons\*"; DestDir: "{app}\share\icons"; Flags: recursesubdirs; Components: main
 Source: "@MINGW_DIR@\share\locale\*"; Destdir: "{app}\share\locale"; Flags: recursesubdirs; Components: main
 Source: "@MINGW_DIR@\share\themes\*"; DestDir: "{app}\share\themes"; Flags: recursesubdirs; Components: main



Summary of changes:
 inno_setup/gnucash-mingw64.iss | 5 +++++
 1 file changed, 5 insertions(+)



More information about the gnucash-changes mailing list