gnucash-on-windows master: update url, fix 404 error

John Ralls jralls at code.gnucash.org
Tue Jul 20 15:35:22 EDT 2021


Updated	 via  https://github.com/Gnucash/gnucash-on-windows/commit/177e4027 (commit)
	from  https://github.com/Gnucash/gnucash-on-windows/commit/645570e2 (commit)



commit 177e40275a7e0129492ab68024304cbbe9326661
Author: cjh0613 <c at cjh0613.com>
Date:   Tue Jul 20 21:59:19 2021 +0800

    update url, fix 404 error

diff --git a/.gitignore b/.gitignore
index 0be45ce..5ef620b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 custom.sh
 jhbuildrc
 *~
+jralls_public_signing_key.asc
diff --git a/setup-mingw64.ps1 b/setup-mingw64.ps1
index 49d1be4..22fbc33 100644
--- a/setup-mingw64.ps1
+++ b/setup-mingw64.ps1
@@ -139,7 +139,7 @@ function make-unixpath([string]$path) {
 # Install MSYS2 for the current machine's architechture.
 
 if (!(test-path -path $bash_path)) {
-    $mingw64_installer32 = "$preferred_mirror/distrib/i686/msys2-i686-20200903.exe"
+    $mingw64_installer32 = "$preferred_mirror/distrib/msys2-i686-latest.exe"
     $mingw64_installer64 = "$preferred_mirror/distrib/x86_64/msys2-x86_64-20200903.exe"
 
     $mingw64_installer = If ([IntPtr]::size -eq 4) {$mingw64_installer32} Else {$mingw64_installer64}



Summary of changes:
 .gitignore        | 1 +
 setup-mingw64.ps1 | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)



More information about the gnucash-changes mailing list