mirror of
https://github.com/Syncplay/syncplay
synced 2025-02-10 16:07:06 +00:00
Fixed not removing directories upon uninstalling
This commit is contained in:
parent
36d26934fd
commit
771d9e5464
@ -154,6 +154,8 @@ NSIS_SCRIPT_TEMPLATE = r"""
|
||||
DeleteRegKey HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\Syncplay"
|
||||
DeleteRegKey HKLM SOFTWARE\Syncplay
|
||||
Delete $$INSTDIR\uninstall.exe
|
||||
RMDir $$INSTDIR\resources
|
||||
RMDir $$INSTDIR\lib
|
||||
RMDir $$INSTDIR
|
||||
SectionEnd
|
||||
"""
|
||||
|
Loading…
Reference in New Issue
Block a user