Skip to content

Commit

Permalink
fix: windows GodotSharp symlink path
Browse files Browse the repository at this point in the history
  • Loading branch information
jolexxa committed Sep 16, 2023
1 parent d40324f commit 08dbacf
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion GodotEnv/src/features/godot/models/Windows.cs
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,7 @@ public override string GetRelativeExtractedExecutablePath(

public override string GetRelativeGodotSharpPath(
SemanticVersion version
) => "GodotSharp";
) => FileClient.Combine(
GetFilenameVersionString(version) + "_mono_win64", "GodotSharp"
);
}

0 comments on commit 08dbacf

Please sign in to comment.