From 206501a45e2219e4013ff1fb4ae98311aa5afaad Mon Sep 17 00:00:00 2001 From: Ignacio Etcheverry Date: Thu, 3 Sep 2020 09:08:58 +0200 Subject: [PATCH] C#: Fix Windows detection for copying MSBuild stub Previous condition checked only the host platform. This was a problem as our official builds are from Linux. --- .../GodotTools.ProjectEditor/GodotTools.ProjectEditor.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/mono/editor/GodotTools/GodotTools.ProjectEditor/GodotTools.ProjectEditor.csproj b/modules/mono/editor/GodotTools/GodotTools.ProjectEditor/GodotTools.ProjectEditor.csproj index 41c94f19c83..e4d6b2e0102 100644 --- a/modules/mono/editor/GodotTools/GodotTools.ProjectEditor/GodotTools.ProjectEditor.csproj +++ b/modules/mono/editor/GodotTools/GodotTools.ProjectEditor/GodotTools.ProjectEditor.csproj @@ -20,7 +20,7 @@ - + $(SolutionDir)/../../../../ $(GodotSourceRootPath)/bin/GodotSharp