mirror of
https://github.com/d47081/qBittorrent.git
synced 2025-01-11 15:27:54 +00:00
Remove qBittorrent Start Menu folder when uninstalling. Partially fixes #291.
This commit is contained in:
parent
186bbd7fc3
commit
2fbc979136
@ -280,15 +280,14 @@ Section "un.Remove files"
|
|||||||
Delete "$INSTDIR\uninst.exe"
|
Delete "$INSTDIR\uninst.exe"
|
||||||
|
|
||||||
; Remove directories used
|
; Remove directories used
|
||||||
RMDir "$SMPROGRAMS\qBittorrent"
|
RMDir /r "$INSTDIR\translations"
|
||||||
RMDir "$INSTDIR\translations"
|
|
||||||
RMDir "$INSTDIR"
|
RMDir "$INSTDIR"
|
||||||
SectionEnd
|
SectionEnd
|
||||||
|
|
||||||
Section "un.Remove shortcuts"
|
Section "un.Remove shortcuts"
|
||||||
SectionIn RO
|
SectionIn RO
|
||||||
; Remove shortcuts, if any
|
; Remove shortcuts, if any
|
||||||
Delete "$SMPROGRAMS\qBittorrent\*.*"
|
RMDir /r "$SMPROGRAMS\qBittorrent"
|
||||||
Delete "$DESKTOP\qBittorrent.lnk"
|
Delete "$DESKTOP\qBittorrent.lnk"
|
||||||
SectionEnd
|
SectionEnd
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user