mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-18 06:28:03 -06:00
Remove qBittorrent Start Menu folder when uninstalling. Partially fixes #291.
This commit is contained in:
@@ -280,15 +280,14 @@ Section "un.Remove files"
|
||||
Delete "$INSTDIR\uninst.exe"
|
||||
|
||||
; Remove directories used
|
||||
RMDir "$SMPROGRAMS\qBittorrent"
|
||||
RMDir "$INSTDIR\translations"
|
||||
RMDir /r "$INSTDIR\translations"
|
||||
RMDir "$INSTDIR"
|
||||
SectionEnd
|
||||
|
||||
Section "un.Remove shortcuts"
|
||||
SectionIn RO
|
||||
; Remove shortcuts, if any
|
||||
Delete "$SMPROGRAMS\qBittorrent\*.*"
|
||||
RMDir /r "$SMPROGRAMS\qBittorrent"
|
||||
Delete "$DESKTOP\qBittorrent.lnk"
|
||||
SectionEnd
|
||||
|
||||
|
||||
Reference in New Issue
Block a user