delete audio folder now at uninstall
This commit is contained in:
parent
5840d8e8e9
commit
72377e49eb
1 changed files with 2 additions and 1 deletions
|
@ -225,8 +225,9 @@ Delete "$INSTDIR\imageformats\qwebp.dll"
|
|||
Delete "$INSTDIR\platforms\qwindows.dll"
|
||||
|
||||
RmDir "$INSTDIR\lang"
|
||||
RmDir "$INSTDIR\platforms"
|
||||
RmDir "$INSTDIR\audio"
|
||||
RmDir "$INSTDIR\imageformats"
|
||||
RmDir "$INSTDIR\platforms"
|
||||
|
||||
Delete "$INSTDIR\uninstall.exe"
|
||||
!ifdef WEB_SITE
|
||||
|
|
Loading…
Reference in a new issue