diff --git a/win/pw3270.nsi.in b/win/pw3270.nsi.in index ad8cba2..0ab7fcf 100644 --- a/win/pw3270.nsi.in +++ b/win/pw3270.nsi.in @@ -226,10 +226,9 @@ Section "Uninstall" SetShellVarContext all # now delete installed files - delete $INSTDIR\@PACKAGE@.exe - - delete $SMPROGRAMS\@PACKAGE@.lnk - delete $DESKTOP\@PACKAGE@.lnk + delete $INSTDIR\@APPLICATION_NAME@.exe + delete $SMPROGRAMS\@APPLICATION_NAME@.lnk + delete $DESKTOP\@APPLICATION_NAME@.lnk RMDir /r "$INSTDIR\locale" RMDir /r "$INSTDIR\share" -- libgit2 0.21.2