mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-14 02:27:09 -07:00
Remove unused label.
This commit is contained in:
parent
5b092b3aea
commit
d959a5918c
1 changed files with 2 additions and 3 deletions
|
@ -3,9 +3,8 @@ Section "-hidden"
|
|||
;Search if qBittorrent is already installed.
|
||||
FindFirst $0 $1 "$INSTDIR\uninst.exe"
|
||||
FindClose $0
|
||||
StrCmp $1 "" done
|
||||
|
||||
uninst:
|
||||
StrCmp $1 "" done
|
||||
|
||||
;Run the uninstaller of the previous install.
|
||||
DetailPrint $(inst_unist)
|
||||
ExecWait '"$INSTDIR\uninst.exe" /S _?=$INSTDIR'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue