From 7c72cfc625c0cd52a441f5eb49282efe4e256728 Mon Sep 17 00:00:00 2001 From: jp9000 Date: Sun, 28 May 2017 15:27:43 -0700 Subject: [PATCH] UI/installer: Fix broken realsense plugin install locations --- UI/installer/mp-installer.nsi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/UI/installer/mp-installer.nsi b/UI/installer/mp-installer.nsi index 05b20e4bb..40bfcc505 100644 --- a/UI/installer/mp-installer.nsi +++ b/UI/installer/mp-installer.nsi @@ -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"