Improved clean-up code.master
authorLoRd_MuldeR <[email protected]>
Tue, 9 Jan 2024 22:30:10 +0000 (9 23:30 +0100)
committerLoRd_MuldeR <[email protected]>
Tue, 9 Jan 2024 22:30:10 +0000 (9 23:30 +0100)
MPUI_Setup.nsi

index 798fb4c..f393a38 100644 (file)
@@ -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"