AuriRex / GTFO_TheArchive

GTFO Quality of Life mod for almost* any version of the game
MIT License
29 stars 10 forks source link

Fix spelling of Schaeffer and building for a path with spaces #57

Closed GreatWyrm closed 11 months ago

GreatWyrm commented 11 months ago

Currently, if the $(MSBuildProjectDirectory) macro expands into a path with a space, like C:\Users\John Lastname\[other_directories]\GTFO_TheArchive, the command will fail to copy due to space between the first name and last name. I've added quotes around the paths so this doesn't happen, and also changed to a different macro for the output directory to make it a bit shorter.