From d7aa30936b6b0ba7973ec057e55fe6354c939825 Mon Sep 17 00:00:00 2001 From: Perry Werneck Date: Tue, 3 Sep 2019 15:02:06 -0300 Subject: [PATCH] Updating windows package. --- win/pw3270.nsi.in | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) 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