NSIS: remove additional files on uninstall

This commit is contained in:
Fabio Bas 2014-06-28 19:39:47 +02:00
parent fc24ffdec2
commit fc5a193e0d

View file

@ -77,6 +77,9 @@ SetShellVarContext all
Delete "$INSTDIR\Usermanual.pdf"
Delete "$INSTDIR\libprotobuf.lib"
Delete "$INSTDIR\Qt*.dll"
Delete "$INSTDIR\icu*.dll"
Delete "$INSTDIR\qt.conf"
Delete "$INSTDIR\qdebug.txt"
RMDir "$INSTDIR"
RMDir "$SMPROGRAMS\Cockatrice"