Skip to content

Commit a81aca4

Browse files
committed
Added delete of plugin_summary.xml to uninstaller
1 parent 2702f19 commit a81aca4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

install/mushclient.nsi

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -665,6 +665,7 @@ Section Uninstall
665665
Delete "$INSTDIR\worlds\plugins\constants.pys"
666666
Delete "$INSTDIR\worlds\plugins\constants.lua"
667667
Delete "$INSTDIR\worlds\plugins\plugin_list.xml"
668+
Delete "$INSTDIR\worlds\plugins\plugin_summary.xml"
668669
Delete "$INSTDIR\worlds\plugins\random_socials.xml"
669670
Delete "$INSTDIR\worlds\plugins\sample_plugin.xml"
670671
Delete "$INSTDIR\worlds\plugins\scan.xml"

0 commit comments

Comments
 (0)