ryanjon2040 / Unreal-Binary-Builder

An application designed to create installed Unreal Engine builds (aka Rocket builds) from Unreal Engine GitHub source.
MIT License
660 stars 152 forks source link

Fix crash, when converting engine version to double #69

Open Geovanny27 opened 6 months ago

Geovanny27 commented 6 months ago

Fix of a crash, caused by "." in a string, which can't be parsed to double, if your culture uses "," as a decimal separator.