mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-07-20 12:15:28 -04:00
UI/installer: Fix broken realsense plugin install locations
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user