gnucash-on-windows master: Add /etc/fonts to the bundle.

John Ralls jralls at code.gnucash.org
Thu Oct 5 14:10:49 EDT 2017


Updated	 via  https://github.com/Gnucash/gnucash-on-windows/commit/3077b9f7 (commit)
	from  https://github.com/Gnucash/gnucash-on-windows/commit/6e365508 (commit)



commit 3077b9f73e430cb3f56bcc0f00dc542909846b16
Author: John Ralls <jralls at ceridwen.us>
Date:   Tue Oct 3 15:58:27 2017 -0700

    Add /etc/fonts to the bundle.
    
    Fixes display of reports. Thanks to Geert for finding it!

diff --git a/inno_setup/gnucash-mingw64.iss b/inno_setup/gnucash-mingw64.iss
index 7ad12c9..54b171f 100644
--- a/inno_setup/gnucash-mingw64.iss
+++ b/inno_setup/gnucash-mingw64.iss
@@ -202,6 +202,7 @@ Source: "@MINGW_DIR@\share\xml\fontconfig\*"; DestDir: "{app}\share\xml\fontconf
 
 Source: "@MINGW_DIR@\etc\gtk-2.0\*"; Destdir: "{app}\etc\gtk-2.0"; Flags: recursesubdirs; Components: main
 Source: "@MINGW_DIR@\etc\gtk-3.0\*"; Destdir: "{app}\etc\gtk-3.0"; Flags: recursesubdirs; Components: main
+Source: "@MINGW_DIR@\etc\fonts\*"; DestDir: "{app}\etc\fonts"; Flags: recursesubdirs; Components: main
 ; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
 ; Define the registry keys Setup should create (HKLM = HKEY_LOCAL_MACHINE)
 ; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;



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



More information about the gnucash-changes mailing list