Skip to content

Commit

Permalink
revert back to the original flatpak path
Browse files Browse the repository at this point in the history
  • Loading branch information
o-kotb authored and SirLynix committed Jan 8, 2023
1 parent 180e363 commit 76165e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/obs-kinect/KinectPlugin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ bool KinectPlugin::Open(const std::string& path)
{
libPtr = os_dlopen(("./" + path).c_str());
if (!libPtr)
libPtr = os_dlopen(("obs-plugins/" + path).c_str());
libPtr = os_dlopen(("/app/plugins/lib/obs-plugins/" + path).c_str());
}
#endif

Expand Down

0 comments on commit 76165e1

Please sign in to comment.