gnucash-on-windows master: Add libcroco to the bundle.

John Ralls jralls at code.gnucash.org
Mon Mar 12 17:44:56 EDT 2018


Updated	 via  https://github.com/Gnucash/gnucash-on-windows/commit/459bcbdc (commit)
	from  https://github.com/Gnucash/gnucash-on-windows/commit/be98f9a1 (commit)



commit 459bcbdc062e00dc391045b21f192e3710422b81
Author: John Ralls <jralls at ceridwen.us>
Date:   Mon Mar 12 14:42:30 2018 -0700

    Add libcroco to the bundle.

diff --git a/inno_setup/gnucash-mingw64.iss b/inno_setup/gnucash-mingw64.iss
index 4428102..39cccad 100644
--- a/inno_setup/gnucash-mingw64.iss
+++ b/inno_setup/gnucash-mingw64.iss
@@ -126,6 +126,7 @@ Source: "@MINGW_DIR@\bin\libboost_thread-mt.dll"; DestDir: "{app}\bin"; Componen
 Source: "@MINGW_DIR@\bin\libbz2-1.dll"; DestDir: "{app}\bin"; Components: main
 Source: "@MINGW_DIR@\bin\libcairo-2.dll"; DestDir: "{app}\bin"; Components: main
 Source: "@MINGW_DIR@\bin\libcairo-gobject-2.dll"; DestDir: "{app}\bin"; Components: main
+Source: "@MINGW_DIR@\bin\libcroco-0.6-3.dll"; DestDir: "{app}\bin"; Components: main
 Source: "@MINGW_DIR@\bin\libdbus-1-3.dll"; DestDir: "{app}\bin"; Components: main
 Source: "@MINGW_DIR@\bin\libdbus-glib-1-2.dll"; DestDir: "{app}\bin"; Components: main
 Source: "@MINGW_DIR@\bin\libeay32.dll"; DestDir: "{app}\bin"; Components: main



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



More information about the gnucash-changes mailing list