mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-04-27 07:48:01 -07:00
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…
Add table
Add a link
Reference in a new issue