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
This commit is contained in:
sean5470 2017-12-16 14:33:14 -05:00 committed by rdb
parent 29f50be15e
commit 9e8060d402

View File

@ -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