From 17b614de951174de7e5282a35041486c0ef53337 Mon Sep 17 00:00:00 2001 From: Christian Stimming Date: Tue, 13 Feb 2007 21:03:59 +0000 Subject: [PATCH] For aqbanking cmdline programs, change subsystem to console git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@15575 57a11ea4-9604-0410-9ed3-97b8803252fd --- packaging/win32/install.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/packaging/win32/install.sh b/packaging/win32/install.sh index 5efa7c0986..1d3e4444db 100644 --- a/packaging/win32/install.sh +++ b/packaging/win32/install.sh @@ -799,6 +799,10 @@ function inst_aqbanking() { make make install qpopd + qpushd ${_AQBANKING_UDIR}/bin + exetype aqbanking-tool.exe console + exetype aqhbci-tool.exe console + qpopd fi ${PKG_CONFIG} --exists aqbanking || die "AqBanking not installed correctly" }