From 911b43fae5592f792ff162ba89ece59053fa1c5d Mon Sep 17 00:00:00 2001 From: Christian Stimming Date: Wed, 23 Sep 2009 10:32:22 +0000 Subject: [PATCH] Win32 build: Update file names with newer aqbanking version. git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@18340 57a11ea4-9604-0410-9ed3-97b8803252fd --- packaging/win32/install.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/packaging/win32/install.sh b/packaging/win32/install.sh index 9968300d00..ff28ab5a1d 100755 --- a/packaging/win32/install.sh +++ b/packaging/win32/install.sh @@ -1032,7 +1032,8 @@ function inst_aqbanking() { exetype aqbanking-tool.exe console exetype aqhbci-tool.exe console else - exetype aqhbci-tool3.exe console + exetype aqbanking-cli.exe console + exetype aqhbci-tool4.exe console fi qpopd ${PKG_CONFIG} --exists aqbanking || die "AqBanking not installed correctly"