mirror of
https://github.com/nmap/nmap.git
synced 2026-08-27 03:48:14 +00:00
Added uninstall entry for ca-bundle.crt (CAs for Ncat on Win32) to NSIS script.
This commit is contained in:
parent
bc75854cb0
commit
4f1e6e743c
1 changed files with 1 additions and 0 deletions
|
|
@ -344,6 +344,7 @@ Section "Uninstall"
|
|||
Delete "$INSTDIR\ZENMAP_README"
|
||||
Delete "$INSTDIR\COPYING_HIGWIDGETS"
|
||||
Delete "$INSTDIR\ncat.exe"
|
||||
Delete "$INSTDIR\ca-bundle.crt"
|
||||
;Delete specific subfolders (NB: custom scripts in scripts folder will be lost)
|
||||
RMDir /r "$INSTDIR\nselib"
|
||||
RMDir /r "$INSTDIR\scripts"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue