瀏覽代碼

Fix path to modules in AppData

BtbN 11 年之前
父節點
當前提交
05af461282
共有 1 個文件被更改,包括 3 次插入1 次删除
  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;