Skip to content

Commit 76165e1

Browse files
o-kotbSirLynix
authored andcommitted
revert back to the original flatpak path
1 parent 180e363 commit 76165e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/obs-kinect/KinectPlugin.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ bool KinectPlugin::Open(const std::string& path)
4848
{
4949
libPtr = os_dlopen(("./" + path).c_str());
5050
if (!libPtr)
51-
libPtr = os_dlopen(("obs-plugins/" + path).c_str());
51+
libPtr = os_dlopen(("/app/plugins/lib/obs-plugins/" + path).c_str());
5252
}
5353
#endif
5454

0 commit comments

Comments
 (0)