Merge pull request #2735 from DDRBoxman/osxcase
libobs: Fix plugin folder search path case on macOSmaster
commit
355cd6ccc0
|
@ -65,7 +65,7 @@ void add_default_module_paths(void)
|
||||||
[NSRunningApplication currentApplication];
|
[NSRunningApplication currentApplication];
|
||||||
NSURL *bundleURL = [app bundleURL];
|
NSURL *bundleURL = [app bundleURL];
|
||||||
NSURL *pluginsURL = [bundleURL
|
NSURL *pluginsURL = [bundleURL
|
||||||
URLByAppendingPathComponent:@"Contents/Plugins"];
|
URLByAppendingPathComponent:@"Contents/PlugIns"];
|
||||||
NSURL *dataURL = [bundleURL
|
NSURL *dataURL = [bundleURL
|
||||||
URLByAppendingPathComponent:
|
URLByAppendingPathComponent:
|
||||||
@"Contents/Resources/data/obs-plugins/%module%"];
|
@"Contents/Resources/data/obs-plugins/%module%"];
|
||||||
|
|
Loading…
Reference in New Issue