diff options
Diffstat (limited to 'winrc/setup.nsi')
| -rw-r--r-- | winrc/setup.nsi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/winrc/setup.nsi b/winrc/setup.nsi index b291b9f6b3d0a..513b30015b85a 100644 --- a/winrc/setup.nsi +++ b/winrc/setup.nsi @@ -94,6 +94,7 @@ section "-hidden.postinstall" File "unbound-website.url" File "service.conf" File "..\doc\example.conf" + File "..\doc\Changelog" # Store Root Key choice SectionGetFlags ${SectionRootKey} $R0 @@ -180,6 +181,7 @@ section "un.Unbound" Delete "$INSTDIR\unbound-website.url" Delete "$INSTDIR\service.conf" Delete "$INSTDIR\example.conf" + Delete "$INSTDIR\Changelog" Delete "$INSTDIR\root.key" RMDir "$INSTDIR" |
