NSIS: remove additional files on uninstall
This commit is contained in:
parent
fc24ffdec2
commit
fc5a193e0d
1 changed files with 3 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue