summarylogtreecommitdiffstats
path: root/mgcb-search-path.diff
blob: 44d0ace3504d4c0462643000c88329f1cf883243 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/Tools/MonoGame.Content.Builder.Editor/Common/PipelineController.cs b/Tools/MonoGame.Content.Builder.Editor/Common/PipelineController.cs
index da61cd0fb..7ea4ec277 100644
--- a/Tools/MonoGame.Content.Builder.Editor/Common/PipelineController.cs
+++ b/Tools/MonoGame.Content.Builder.Editor/Common/PipelineController.cs
@@ -37,6 +37,7 @@ namespace MonoGame.Tools.Pipeline
             Path.Combine(Path.GetDirectoryName(Assembly.GetExecutingAssembly().Location), "../../../MonoGame.Content.Builder/Release"),
             Path.Combine(Path.GetDirectoryName(Assembly.GetExecutingAssembly().Location), "../../../../../../MonoGame.Content.Builder/Release"),
 #endif
+            "/opt/mgcb-editor/mgcb"
         };
 
         public IEnumerable<ContentItemTemplate> Templates