godotengine / godot

Godot Engine – Multi-platform 2D and 3D game engine
https://godotengine.org
MIT License
91.38k stars 21.26k forks source link

[Buildsystem] Fix path format for SCU builds on Windows #99629

Closed AThousandShips closed 3 hours ago

AThousandShips commented 1 day ago

Regression from:

Keeping the other changes for now unless it's better to just revert that, I think the cleanup otherwise is an improvement. Don't know if there might be better ways to achieve this particular fix but the method to just replace \\ with / is used elsewhere in this file so I think it's appropriate.

Any additional ideas on how to solve this is very welcome, but does solve the problem for me