mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-04-14 04:51:53 +02:00
Update Nsis template to cleanly uninstall
adding DeleteRegKey HKCR "Software\Tomahawk" DeleteRegKey HKCR "Software\TomahawkSpotify" at line 552 and 553 fixes this
This commit is contained in:
parent
bd2b0d2f76
commit
9b1f93dae8
@ -548,7 +548,9 @@ Section Uninstall
|
||||
DeleteRegValue HKLM "Software\Tomahawk" "VersionRevision"
|
||||
DeleteRegValue HKLM "Software\Tomahawk" ""
|
||||
DeleteRegKey HKLM "Software\Tomahawk"
|
||||
|
||||
|
||||
DeleteRegKey HKCR "Software\Tomahawk"
|
||||
DeleteRegKey HKCR "Software\TomahawkSpotify"
|
||||
DeleteRegKey HKCR "tomahawk"
|
||||
|
||||
;Start menu shortcuts.
|
||||
|
Loading…
x
Reference in New Issue
Block a user