UI/installer: Fix broken realsense plugin install locations

This commit is contained in:
jp9000 2017-05-28 15:27:43 -07:00
parent 5e41865f83
commit 7c72cfc625

View File

@ -298,10 +298,10 @@ SectionGroup /e "Plugins" SecPlugins
SetShellVarContext all
SetOutPath "$INSTDIR\obs-plugins"
File /r "new\realsense\32bit"
File /r "new\realsense\obs-plugins\32bit"
${if} ${RunningX64}
File /r "new\realsense\64bit"
File /r "new\realsense\obs-plugins\64bit"
${endif}
SetOutPath "$INSTDIR\data\obs-plugins"