Skip to content
Snippets Groups Projects
Commit 05af4612 authored by BtbN's avatar BtbN Committed by Jim
Browse files

Fix path to modules in AppData

parent 20e005e3
No related branches found
No related tags found
No related merge requests found
......@@ -60,7 +60,9 @@ Q_DECLARE_METATYPE(obs_order_movement);
static void AddExtraModulePaths()
{
BPtr<char> base_module_dir = os_get_config_path("plugins/%module%");
BPtr<char> base_module_dir =
os_get_config_path("obs-studio/plugins/%module%");
if (!base_module_dir)
return;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment