diff --git a/obs/window-basic-main.cpp b/obs/window-basic-main.cpp
index 78bd993c674b2cb46886bd9a673b6e2d139a748e..bf516015b6270ca680a0a8c367cec5540aee3d4a 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;