Release: 1.4.1
Environment
Windows. w32cli version which was downloaded from gnupg.org.
Description
scripts/w32installer.nsi deletes WinPT.exe while uninstalling,
regardless of the package type - w32 or w32cli (WITH_WINPT or not).
How To Repeat
uninstall gnupg-w32cli-1.4.1
Fix
Fix w32installer.nsi??
!ifdef WITH_WINPT
Delete "$INSTDIR\WinPT.exe" Delete "$INSTDIR\PTD.dll" Delete "$INSTDIR\Doc\README.winpt.txt" Delete "$INSTDIR\Doc\NEWS.winpt.txt"
!endif