mirror of
https://github.com/clash-verge-rev/clash-verge-rev
synced 2025-05-05 06:23:44 +08:00
fix: If an older version of the executable exists, delete it
This commit is contained in:
parent
922020c57a
commit
c2e165d825
@ -862,6 +862,10 @@ Section Uninstall
|
|||||||
Delete "$INSTDIR\\{{this}}"
|
Delete "$INSTDIR\\{{this}}"
|
||||||
{{/each}}
|
{{/each}}
|
||||||
|
|
||||||
|
; Delete clash-verge.desktop
|
||||||
|
IfFileExists "$INSTDIR\Clash Verge.exe" 0 +2
|
||||||
|
Delete "$INSTDIR\Clash Verge.exe"
|
||||||
|
|
||||||
; Delete uninstaller
|
; Delete uninstaller
|
||||||
Delete "$INSTDIR\uninstall.exe"
|
Delete "$INSTDIR\uninstall.exe"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user