Pulsar4xDevs/Pulsar4x

Spaces in path will cause a crash.

se5a opened this issue · 1 comments

se5a commented

this is caused by our code that gets the git commit version. the resulting error when attempting to run/debug:
Pulsar4X.ImGuiNetUI.csproj(248, 5): [MSB3073] The command "git -C /mnt/98448323-4372-4c8a-904a-30b587cc3685/Programing/Pulsar4x withaspace /Pulsar4X/Pulsar4X.ImGuiNetUI/ describe --long --always --dirty > obj/Debug/net47/gitver" exited with code 1.

se5a commented

Fixed. turns out we don't even need to use ProjectDir in the command there in the csproj file.