ficool2 / HammerPlusPlus-Website

The website for Hammer++
82 stars 7 forks source link

Running command: cd #82

Open gigawatts opened 1 month ago

gigawatts commented 1 month ago

Two questions:

A little more info, that cd command seems to be a mandatory inclusion as part of other build steps (bsp cmd, custom command, etc) and I don't see an option to disable that cd or to change what directory it uses.

In my case, it's cd'ing to the sourceXXXX/bin dir when I need it to be in the sourceXXXX dir for everything to work correctly. Adding my own change directory command before my bsp command step doesn't help, as a "built-in, forced" cd seems to be run as part of the bsp command, which overrides my custom cd.