[Gpg4win-commits] [git] Gpg4win - branch, master, updated. gpg4win-3.1.3-7-g5840183

by Andre Heinecke cvs at cvs.gnupg.org
Tue Sep 25 14:51:02 CEST 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  58401830614b1c00ad5b0519e27026f3dc99e59a (commit)
      from  ba66c904d43465820439d047d52e388b0b39230b (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 58401830614b1c00ad5b0519e27026f3dc99e59a
Author: Andre Heinecke <aheinecke at intevation.de>
Date:   Tue Sep 25 14:50:32 2018 +0200

    Fix gpg4win-tools installation
    
    * src/inst-gpg4win-tools.nsi, src/uninst-gpg4win-tools.nsi:
    Fix installation.

diff --git a/src/inst-gpg4win-tools.nsi b/src/inst-gpg4win-tools.nsi
index 8e797a3..44b492d 100644
--- a/src/inst-gpg4win-tools.nsi
+++ b/src/inst-gpg4win-tools.nsi
@@ -28,7 +28,8 @@ Section "-gpg4win_tools" SEC_gpg4win-tools
   SetOutPath "$INSTDIR\bin"
   File ${prefix}/bin/resolver.exe
   File ${prefix}/bin/overlayer.exe
-  File ${prefix}/bin/gpgolgui.exe
+  File ${prefix}/bin/gpgolconfig.exe
+  File ${prefix}/bin/gpgolkeyadder.exe
 !ifdef SOURCES
   File "${gpg4win_pkg_gpg4win_tools}"
 !endif
diff --git a/src/uninst-gpg4win-tools.nsi b/src/uninst-gpg4win-tools.nsi
index 774d9c5..27e0864 100644
--- a/src/uninst-gpg4win-tools.nsi
+++ b/src/uninst-gpg4win-tools.nsi
@@ -28,6 +28,7 @@ Section "-un.gpg4win_tools"
 !endif
   Delete /REBOOTOK "$INSTDIR\bin\resolver.exe"
   Delete /REBOOTOK "$INSTDIR\bin\overlayer.exe"
-  Delete /REBOOTOK "$INSTDIR\bin\gpgolgui.exe"
+  Delete /REBOOTOK "$INSTDIR\bin\gpgolconfig.exe"
+  Delete /REBOOTOK "$INSTDIR\bin\gpgolkeyadder.exe"
   RMDir "$INSTDIR\bin"
 SectionEnd

-----------------------------------------------------------------------

Summary of changes:
 src/inst-gpg4win-tools.nsi   | 3 ++-
 src/uninst-gpg4win-tools.nsi | 3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
GnuPG for Windows
http://git.gnupg.org



More information about the Gpg4win-commits mailing list