mirror of
https://github.com/d47081/qBittorrent.git
synced 2025-01-09 22:37:59 +00:00
Remove unused label.
This commit is contained in:
parent
5b092b3aea
commit
d959a5918c
@ -3,9 +3,8 @@ Section "-hidden"
|
|||||||
;Search if qBittorrent is already installed.
|
;Search if qBittorrent is already installed.
|
||||||
FindFirst $0 $1 "$INSTDIR\uninst.exe"
|
FindFirst $0 $1 "$INSTDIR\uninst.exe"
|
||||||
FindClose $0
|
FindClose $0
|
||||||
StrCmp $1 "" done
|
StrCmp $1 "" done
|
||||||
|
|
||||||
uninst:
|
|
||||||
;Run the uninstaller of the previous install.
|
;Run the uninstaller of the previous install.
|
||||||
DetailPrint $(inst_unist)
|
DetailPrint $(inst_unist)
|
||||||
ExecWait '"$INSTDIR\uninst.exe" /S _?=$INSTDIR'
|
ExecWait '"$INSTDIR\uninst.exe" /S _?=$INSTDIR'
|
||||||
|
Loading…
Reference in New Issue
Block a user