deluge/packaging
doadin 8001110625
[Packaging] Fix NSIS Uninstaller Not Removing File\Folder
CreateShortCut "$SMPROGRAMS\$StartMenuFolder\Website.lnk" "$INSTDIR\homepage.url"

gets made in the installer but the uninstaller was looking for

 Delete "$SMPROGRAMS\$StartMenuFolder\Deluge Website.lnk"

therefore this file was being left behind and since the folder was not empty

$StartMenuFolder\Deluge

was being left behinde as well.

Closes: https://github.com/deluge-torrent/deluge/pull/426
2023-05-30 19:50:23 +01:00
..
osx [Packaging] Add updated launchd scripts 2019-06-08 21:31:49 +01:00
source Upgrade codebase with pyupgrade (>=py3.6) 2021-12-29 21:51:07 +00:00
systemd [Packaging] Add systemd user services 2022-03-02 09:26:23 +00:00
win [Packaging] Fix NSIS Uninstaller Not Removing File\Folder 2023-05-30 19:50:23 +01:00