From 9e8060d402e8053eabc985168665c0e25ba8b0b8 Mon Sep 17 00:00:00 2001 From: sean5470 Date: Sat, 16 Dec 2017 14:33:14 -0500 Subject: [PATCH] Moved MAX plugin line to MAX instead of Maya section Moved the search line for .ms files from the Maya section, to the MAX section where it should be. Closes: #214 --- makepanda/installer.nsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makepanda/installer.nsi b/makepanda/installer.nsi index c5e76fc766..bd139f7083 100755 --- a/makepanda/installer.nsi +++ b/makepanda/installer.nsi @@ -588,6 +588,7 @@ Section "3ds Max plug-ins" SecMaxPlugins SetOutPath $INSTDIR\plugins File /nonfatal /r "${BUILT}\plugins\*.dle" File /nonfatal /r "${BUILT}\plugins\*.dlo" + File /nonfatal /r "${BUILT}\plugins\*.ms" File "${SOURCE}\doc\INSTALLING-PLUGINS.TXT" SectionEnd !endif @@ -603,7 +604,6 @@ Section "Maya plug-ins" SecMayaPlugins SetOutPath $INSTDIR\plugins File /nonfatal /r "${BUILT}\plugins\*.mll" File /nonfatal /r "${BUILT}\plugins\*.mel" - File /nonfatal /r "${BUILT}\plugins\*.ms" File "${SOURCE}\doc\INSTALLING-PLUGINS.TXT" SectionEnd !endif