Browse Source

Fix path to modules in AppData

BtbN 11 years ago
parent
commit
05af461282
1 changed files with 3 additions and 1 deletions
  1. 3 1
      obs/window-basic-main.cpp

+ 3 - 1
obs/window-basic-main.cpp

@@ -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;