mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-02 22:48:40 +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"
|
${install_MSI} DELUGE_INSTALLER "$INSTDIR\Deluge"
|
||||||
|
|
||||||
|
SetOutPath "$INSTDIR\Deluge"
|
||||||
|
|
||||||
WriteUninstaller "$INSTDIR\Deluge\uninstall.exe"
|
WriteUninstaller "$INSTDIR\Deluge\uninstall.exe"
|
||||||
|
|
||||||
SectionEnd
|
SectionEnd
|
||||||
|
@ -227,6 +229,7 @@ SubSectionEnd
|
||||||
Section "Uninstall"
|
Section "Uninstall"
|
||||||
|
|
||||||
Delete "$INSTDIR\Deluge\uninstall.exe"
|
Delete "$INSTDIR\Deluge\uninstall.exe"
|
||||||
|
RMDir "$INSTDIR\Deluge"
|
||||||
RMDir "$INSTDIR"
|
RMDir "$INSTDIR"
|
||||||
|
|
||||||
SectionEnd
|
SectionEnd
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue