gnucash-on-windows master: Run pango-querymodules.exe at the end of the installation

Geert Janssens gjanssens at code.gnucash.org
Sat Oct 11 06:23:54 EDT 2014


Updated	 via  https://github.com/Gnucash/gnucash-on-windows/commit/a12f11a9 (commit)
	from  https://github.com/Gnucash/gnucash-on-windows/commit/a958ea11 (commit)



commit a12f11a95425fc109f4848f1efcb1e2085df4c0f
Author: Geert Janssens <janssens-geert at telenet.be>
Date:   Sat Oct 11 14:34:11 2014 +0200

    Run pango-querymodules.exe at the end of the installation

diff --git a/inno_setup/gnucash.iss b/inno_setup/gnucash.iss
index 84d7362..8e434c0 100644
--- a/inno_setup/gnucash.iss
+++ b/inno_setup/gnucash.iss
@@ -52,6 +52,7 @@ Name: "{group}\{cm:IconName_Uninstall}"; Filename: "{uninstallexe}"; Comment: "{
 Name: "{commondesktop}\GnuCash"; Filename: "{app}\bin\@PACKAGE at .exe"; WorkingDir: "{app}\bin"; Comment: "{cm:IconComment_GnuCash}"; IconFilename: "{app}\share\@PACKAGE@\pixmaps\gnucash-icon.ico"; Tasks: desktopicon
 
 [Run]
+Filename: "{app}\bin\pango-querymodules.exe"; Parameters: " --system --update-cache"; Flags: runhidden
 Filename: "{app}\bin\@PACKAGE at .exe"; Description: "{cm:RunPrg}"; WorkingDir: "{app}\bin"; OnlyBelowVersion: 0,6; Flags: postinstall skipifsilent
 Filename: "{app}\bin\guile.cmd"; Flags: runhidden
 



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



More information about the gnucash-changes mailing list