mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-21 03:54:50 +00:00
Fixed writing uninstaller
This commit is contained in:
parent
7ddfd544a7
commit
2a6072b87f
1 changed files with 3 additions and 0 deletions
|
@ -142,6 +142,8 @@ SubSection /e "Core" core
|
|||
|
||||
${install_MSI} DELUGE_INSTALLER "$INSTDIR\Deluge"
|
||||
|
||||
SetOutPath "$INSTDIR\Deluge"
|
||||
|
||||
WriteUninstaller "$INSTDIR\Deluge\uninstall.exe"
|
||||
|
||||
SectionEnd
|
||||
|
@ -227,6 +229,7 @@ SubSectionEnd
|
|||
Section "Uninstall"
|
||||
|
||||
Delete "$INSTDIR\Deluge\uninstall.exe"
|
||||
RMDir "$INSTDIR\Deluge"
|
||||
RMDir "$INSTDIR"
|
||||
|
||||
SectionEnd
|
||||
|
|
Loading…
Add table
Reference in a new issue