gnucash-on-windows master: Set GUILE_LOAD_PATH version to 2.0 in MSYS2 build.

John Ralls jralls at code.gnucash.org
Thu Oct 19 17:44:17 EDT 2017


Updated	 via  https://github.com/Gnucash/gnucash-on-windows/commit/ee81e2ec (commit)
	from  https://github.com/Gnucash/gnucash-on-windows/commit/58616b7f (commit)



commit ee81e2ec7d09d8e42183ac35555db80fa4e059f9
Author: John Ralls <jralls at ceridwen.us>
Date:   Thu Oct 19 14:44:09 2017 -0700

    Set GUILE_LOAD_PATH version to 2.0 in MSYS2 build.
    
    Fixes bundle crash.

diff --git a/inno_setup/gnucash-mingw64.iss b/inno_setup/gnucash-mingw64.iss
index e3ad0e5..18e9931 100644
--- a/inno_setup/gnucash-mingw64.iss
+++ b/inno_setup/gnucash-mingw64.iss
@@ -417,7 +417,7 @@ begin
   { Create the guile.cmd file; #10 is the linefeed character and #13 CR }
 
   FileName := appdir + '\bin\guile.cmd' ;
-  FileString := 'set GUILE_LOAD_PATH=' + pkgdatadir + '\scm;' + appdir + '\share\guile\1.8;%GUILE_LOAD_PATH%'#13#10 ;
+  FileString := 'set GUILE_LOAD_PATH=' + pkgdatadir + '\scm;' + appdir + '\share\guile\2.0;%GUILE_LOAD_PATH%'#13#10 ;
   FileString := FileString + 'start guile.exe %*'#13#10 ;
 
   { Save the final file }



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



More information about the gnucash-changes mailing list