diff --git a/libobs/obs-cocoa.m b/libobs/obs-cocoa.m index 26034a84c..71cfaba00 100644 --- a/libobs/obs-cocoa.m +++ b/libobs/obs-cocoa.m @@ -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%"];