We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4d5dac commit 623d7dbCopy full SHA for 623d7db
install/mushclient.nsi
@@ -490,6 +490,7 @@ Section "Plugins"
490
File "..\plugins\random_socials.xml"
491
File "..\plugins\reverse_speedwalk.xml"
492
File "..\plugins\scan.xml"
493
+ File "..\plugins\Version_Check.xml"
494
495
496
SectionEnd
@@ -721,7 +722,7 @@ Section Uninstall
721
722
Delete "$INSTDIR\worlds\plugins\random_socials.xml"
723
Delete "$INSTDIR\worlds\plugins\reverse_speedwalk.xml"
724
Delete "$INSTDIR\worlds\plugins\scan.xml"
-
725
+ Delete "$INSTDIR\worlds\Version_Check.xml"
726
727
; locale stuff
728
0 commit comments