JeanPhilippeKernel / RendererEngine

3D Renderer Engine builds with Vulkan and C++ 20
MIT License
171 stars 17 forks source link

fix path error #335

Closed BRICEMARCELKOUADIO closed 3 weeks ago

BRICEMARCELKOUADIO commented 3 weeks ago

-Impossible to build the project when the language is French because line 55 of Shared.ps1 "(& $Command help | Select-String -Pattern "NuGet Version" | Out-String)" has the value NuGet Version :... in French and NuGet Version:... in English, we see that there is a space before the 2 points of the NuGet Version in French. so the condition will always return false for people who have their configuration in French. With -ForceEnglishOutput, we ensure that the output is in English.