Skip to content

Commit 623d7db

Browse files
committed
Added Version_Check.xml plugin to the distribution
1 parent d4d5dac commit 623d7db

File tree

2 files changed

+388
-1
lines changed

2 files changed

+388
-1
lines changed

install/mushclient.nsi

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -490,6 +490,7 @@ Section "Plugins"
490490
File "..\plugins\random_socials.xml"
491491
File "..\plugins\reverse_speedwalk.xml"
492492
File "..\plugins\scan.xml"
493+
File "..\plugins\Version_Check.xml"
493494

494495

495496
SectionEnd
@@ -721,7 +722,7 @@ Section Uninstall
721722
Delete "$INSTDIR\worlds\plugins\random_socials.xml"
722723
Delete "$INSTDIR\worlds\plugins\reverse_speedwalk.xml"
723724
Delete "$INSTDIR\worlds\plugins\scan.xml"
724-
725+
Delete "$INSTDIR\worlds\Version_Check.xml"
725726

726727
; locale stuff
727728

0 commit comments

Comments
 (0)