summarylogtreecommitdiffstats
path: root/mgcb-search-path.diff
diff options
context:
space:
mode:
Diffstat (limited to 'mgcb-search-path.diff')
-rw-r--r--mgcb-search-path.diff12
1 files changed, 12 insertions, 0 deletions
diff --git a/mgcb-search-path.diff b/mgcb-search-path.diff
new file mode 100644
index 000000000000..44d0ace3504d
--- /dev/null
+++ b/mgcb-search-path.diff
@@ -0,0 +1,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