Skip to content

Commit

Permalink
Merge pull request #47 from AdrasteonDev/main
Browse files Browse the repository at this point in the history
  • Loading branch information
jolexxa authored Nov 29, 2023
2 parents 73a4b02 + fdc9284 commit 493d7d7
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions GodotEnv/src/features/godot/models/Windows.cs
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,8 @@ public override string GetRelativeExtractedExecutablePath(
return FileClient.Combine(fsVersionString + "_mono_win64", name);
}

// Oddly enough, the non-dotnet folder name ends in ".exe" despite
// being a folder.
return FileClient.Combine(fsVersionString + "_win64.exe", name);
// There is no subfolder for non-dotnet versions.
return name;
}

public override string GetRelativeGodotSharpPath(
Expand Down

0 comments on commit 493d7d7

Please sign in to comment.