[Gpg4win-commits] [git] Gpg4win - branch, master, updated. gpg4win-3.0.3-23-ge9ebf0c
by Andre Heinecke
cvs at cvs.gnupg.org
Thu Mar 8 18:43:16 CET 2018
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GnuPG for Windows".
The branch, master has been updated
via e9ebf0cddbf5512394e059162398c9bcf3e4788d (commit)
from 47264a2b6a18cd86364ba72f8f2501d2a63d2d70 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit e9ebf0cddbf5512394e059162398c9bcf3e4788d
Author: Andre Heinecke <aheinecke at intevation.de>
Date: Thu Mar 8 18:42:15 2018 +0100
Kill gpgme-w32spawn.exe on update
* src/installer.nsi (PrintCloseAllOtherApps): Kill gpgme-w32spawn
--
I don't know why its running during update but I received a report
that it was. So let's kill it.
diff --git a/src/installer.nsi b/src/installer.nsi
index d8049cd..b184acb 100644
--- a/src/installer.nsi
+++ b/src/installer.nsi
@@ -408,6 +408,7 @@ FunctionEnd
Function PrintCloseOtherApps
g4wihelp::KillProc "kleopatra.exe"
g4wihelp::KillProc "gpa.exe"
+ g4wihelp::KillProc "gpgme-w32spawn.exe"
goto leave
# TODO check for running outlook and offer to kill it.
print_warning:
-----------------------------------------------------------------------
Summary of changes:
src/installer.nsi | 1 +
1 file changed, 1 insertion(+)
hooks/post-receive
--
GnuPG for Windows
http://git.gnupg.org
More information about the Gpg4win-commits
mailing list