From 05af461282fb7940fe2ecc354b977fa54a49828f Mon Sep 17 00:00:00 2001
From: BtbN <btbn@btbn.de>
Date: Sun, 31 Aug 2014 16:28:36 +0200
Subject: [PATCH] Fix path to modules in AppData

---
 obs/window-basic-main.cpp | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/obs/window-basic-main.cpp b/obs/window-basic-main.cpp
index 78bd993c6..bf516015b 100644
--- a/obs/window-basic-main.cpp
+++ b/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;
 
-- 
GitLab