gnucash-on-windows master: Setup-mingw64: Fix missing space.
John Ralls
jralls at code.gnucash.org
Tue Sep 30 14:52:31 EDT 2025
Updated via https://github.com/Gnucash/gnucash-on-windows/commit/caf5bb2a (commit)
from https://github.com/Gnucash/gnucash-on-windows/commit/eb8c4a8d (commit)
commit caf5bb2a6e119b8663505a1209956d3d9a063e3a
Author: John Ralls <jralls at ceridwen.us>
Date: Tue Sep 30 11:52:08 2025 -0700
Setup-mingw64: Fix missing space.
Thanks, Sherlock
diff --git a/setup-mingw64.ps1 b/setup-mingw64.ps1
index a21e89f..45b8439 100644
--- a/setup-mingw64.ps1
+++ b/setup-mingw64.ps1
@@ -261,7 +261,7 @@ if (!($x86_64)) {
bash-command -command "pacman -U https://repo.msys2.org/mingw/mingw32/mingw-w64-i686-icu-76.1-1-any.pkg.tar.zst --noconfirm --needed"
bash-command -command "pacman -U https://repo.msys2.org/mingw/mingw32/mingw-w64-i686-libmariadbclient-3.3.8-2-any.pkg.tar.zst --noconfirm --needed"
bash-command -command "pacman -U https://repo.msys2.org/mingw/mingw32/mingw-w64-i686-libsoup-2.74.3-1-any.pkg.tar.zst --noconfirm --needed"
- bash-command -command "pacman -Uhttps://repo.msys2.org/mingw/mingw32/mingw-w64-i686-pdcurses-4.4.0-1-any.pkg.tar.zst --noconfirm --needed"
+ bash-command -command "pacman -U https://repo.msys2.org/mingw/mingw32/mingw-w64-i686-pdcurses-4.4.0-1-any.pkg.tar.zst --noconfirm --needed"
bash-command -command "pacman -U https://repo.msys2.org/mingw/mingw32/mingw-w64-i686-harfbuzz-11.0.1-1-any.pkg.tar.zst --noconfirm --needed"
bash-command -command "pacman -U https://repo.msys2.org/mingw/mingw32/mingw-w64-i686-harfbuzz-icu-11.0.1-1-any.pkg.tar.zst --noconfirm --needed"
bash-command -command "sed -E -i 's/#IgnorePkg\s*=/IgnorePkg = mingw-w64-i686-harfbuzz/' /etc/pacman.conf"
Summary of changes:
setup-mingw64.ps1 | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
More information about the gnucash-changes
mailing list