libobs: Fix plugin folder search path case on macOS

This commit is contained in:
Colin Edwards 2020-04-16 19:28:00 -05:00
parent e3c63c003a
commit b7b202fac7

View file

@ -65,7 +65,7 @@ void add_default_module_paths(void)
[NSRunningApplication currentApplication];
NSURL *bundleURL = [app bundleURL];
NSURL *pluginsURL = [bundleURL
URLByAppendingPathComponent:@"Contents/Plugins"];
URLByAppendingPathComponent:@"Contents/PlugIns"];
NSURL *dataURL = [bundleURL
URLByAppendingPathComponent:
@"Contents/Resources/data/obs-plugins/%module%"];