diff options
author | Werner Koch <[email protected]> | 2006-02-14 16:28:34 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2006-02-14 16:28:34 +0000 |
commit | b121d029b5b23d36e15acfd32728a3af49ea6210 (patch) | |
tree | f4e5120f811d2e73f0b7dba9f8a2bb2fb78e2a6e /scripts/w32installer.nsi | |
parent | Fixed a wrong return code with gpg --verify (diff) | |
download | gnupg-1.4.3rc1.tar.gz gnupg-1.4.3rc1.zip |
about to release 1.4.3rc1gnupg-1.4.3rc1
Diffstat (limited to 'scripts/w32installer.nsi')
-rw-r--r-- | scripts/w32installer.nsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/w32installer.nsi b/scripts/w32installer.nsi index 4c0fa3882..e68e18eaa 100644 --- a/scripts/w32installer.nsi +++ b/scripts/w32installer.nsi @@ -370,7 +370,7 @@ Section "Uninstall" Delete "$INSTDIR\gpg.exe" Delete "$INSTDIR\gpgkeys_finger.exe" Delete "$INSTDIR\gpgkeys_hkp.exe" - Delete "$INSTDIR\gpgkeys_http.exe" + Delete "$INSTDIR\gpgkeys_curl.exe" Delete "$INSTDIR\gpgkeys_ldap.exe" Delete "$INSTDIR\Doc\README.txt" |