From 3c57aee2632bc6d686c91901c9247677b68e7c6d Mon Sep 17 00:00:00 2001 From: Andre Heinecke Date: Wed, 7 Jun 2023 14:43:41 +0200 Subject: [PATCH] speedo,w32: Call gpgconf --kill all * build-aux/speedo/w32/inst.nsi: Use kill all instead of explicitly killing processes. --- build-aux/speedo/w32/inst.nsi | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/build-aux/speedo/w32/inst.nsi b/build-aux/speedo/w32/inst.nsi index 283166835..6c4b84969 100644 --- a/build-aux/speedo/w32/inst.nsi +++ b/build-aux/speedo/w32/inst.nsi @@ -1067,9 +1067,7 @@ Section "-un.gnupglast" nsExec::ExecToLog '"$INSTDIR\bin\launch-gpa" "--stop-server"' no_uiserver: ifFileExists "$INSTDIR\bin\gpgconf.exe" 0 no_gpgconf - nsExec::ExecToLog '"$INSTDIR\bin\gpgconf" "--kill" "gpg-agent"' - nsExec::ExecToLog '"$INSTDIR\bin\gpgconf" "--kill" "dirmngr"' - nsExec::ExecToLog '"$INSTDIR\bin\gpgconf" "--kill" "keyboxd"' + nsExec::ExecToLog '"$INSTDIR\bin\gpgconf" "--kill" "all"' no_gpgconf: SectionEnd