diff options
Diffstat (limited to 'packaging')
-rw-r--r-- | packaging/windows/subsurface.nsi | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/packaging/windows/subsurface.nsi b/packaging/windows/subsurface.nsi index 9037c07c6..b19c9a49b 100644 --- a/packaging/windows/subsurface.nsi +++ b/packaging/windows/subsurface.nsi @@ -163,10 +163,13 @@ Section "Uninstall" # Delete installed files Delete "$INSTDIR\*.dll" Delete "$INSTDIR\*.xslt" + Delete "$INSTDIR\freetype-config" Delete "$INSTDIR\subsurface.exe" Delete "$INSTDIR\subsurface.ico" Delete "$INSTDIR\subsurface.svg" Delete "$INSTDIR\Uninstall.exe" + RMDir /r "$INSTDIR\share" + RMDir /r "$INSTDIR\locale" RMDir "$INSTDIR" # Remove shortcuts |