Commit d7aa30936b6b0ba7973ec057e55fe6354c939825
1 parent
6fc2b77a
Exists in
master
and in
5 other branches
Updating windows package.
Showing
1 changed file
with
3 additions
and
4 deletions
Show diff stats
win/pw3270.nsi.in
... | ... | @@ -226,10 +226,9 @@ Section "Uninstall" |
226 | 226 | SetShellVarContext all |
227 | 227 | |
228 | 228 | # now delete installed files |
229 | - delete $INSTDIR\@PACKAGE@.exe | |
230 | - | |
231 | - delete $SMPROGRAMS\@PACKAGE@.lnk | |
232 | - delete $DESKTOP\@PACKAGE@.lnk | |
229 | + delete $INSTDIR\@APPLICATION_NAME@.exe | |
230 | + delete $SMPROGRAMS\@APPLICATION_NAME@.lnk | |
231 | + delete $DESKTOP\@APPLICATION_NAME@.lnk | |
233 | 232 | |
234 | 233 | RMDir /r "$INSTDIR\locale" |
235 | 234 | RMDir /r "$INSTDIR\share" | ... | ... |