From 6dfd25989e3e0f326d7979c219bf545524755552 Mon Sep 17 00:00:00 2001 From: Ruben Pollan Date: Tue, 17 Jul 2018 12:30:00 +0200 Subject: [pkg] remove log with the uninstaller --- win/template.nsi | 2 ++ 1 file changed, 2 insertions(+) diff --git a/win/template.nsi b/win/template.nsi index 0420886..af4e036 100755 --- a/win/template.nsi +++ b/win/template.nsi @@ -97,11 +97,13 @@ Section "Uninstall" Delete $INSTDIR\readme.txt Delete $INSTDIR\nssm.exe + Delete $INSTDIR\helper.log $extra_uninstall_files ; uninstaller must be always the last thing to remove Delete $INSTDIR\uninstall.exe + RMDir $INSTDIR SectionEnd Function .onInit -- cgit v1.2.3