mirror of
https://github.com/clementine-player/Clementine
synced 2025-01-05 22:40:01 +01:00
Delete the uninstaller when uninstalling
This commit is contained in:
parent
38d4cb40c8
commit
ef36badd4c
2
dist/windows/clementine.nsi.in
vendored
2
dist/windows/clementine.nsi.in
vendored
@ -203,6 +203,8 @@ Section "Uninstall"
|
||||
Delete "$INSTDIR\gstreamer-plugins\libgstwaveform.dll"
|
||||
Delete "$INSTDIR\gstreamer-plugins\libgstwavparse.dll"
|
||||
|
||||
Delete "$INSTDIR\Uninstall.exe"
|
||||
|
||||
; Remove the installation folder.
|
||||
RMDir "$INSTDIR\gstreamer-plugins"
|
||||
RMDir "$INSTDIR"
|
||||
|
Loading…
Reference in New Issue
Block a user