From 99fffde50059a6088bc1ce7cbaae4e01de12a2fe Mon Sep 17 00:00:00 2001 From: LoRd_MuldeR Date: Tue, 9 Jan 2024 23:30:10 +0100 Subject: [PATCH] Improved clean-up code. --- MPUI_Setup.nsi | 3 +++ 1 file changed, 3 insertions(+) diff --git a/MPUI_Setup.nsi b/MPUI_Setup.nsi index 798fb4c..f393a38 100644 --- a/MPUI_Setup.nsi +++ b/MPUI_Setup.nsi @@ -425,14 +425,17 @@ Section "-Clean Up" Delete "$INSTDIR\*.m3u8" Delete "$INSTDIR\*.tag" + RMDir /r "$INSTDIR\bearer" RMDir /r "$INSTDIR\codecs" RMDir /r "$INSTDIR\fonts" + RMDir /r "$INSTDIR\iconengines" RMDir /r "$INSTDIR\imageformats" RMDir /r "$INSTDIR\legal_stuff" RMDir /r "$INSTDIR\locale" RMDir /r "$INSTDIR\mplayer" RMDir /r "$INSTDIR\platforms" RMDir /r "$INSTDIR\shortcuts" + RMDir /r "$INSTDIR\styles" RMDir /r "$INSTDIR\themes" RMDir /r "$INSTDIR\translations" -- 2.11.4.GIT