MuMech / MechJeb2

MechJeb2 - KSP mod
Other
982 stars 250 forks source link

Beginning of Directory.Build.props settings #1853

Closed lamont-granquist closed 6 months ago

lamont-granquist commented 6 months ago

Can create that file in the root with:

<Project>
  <PropertyGroup>
    <KspDir>/Users/lamont/ksp/plc_1.12.3</KspDir>
  </PropertyGroup>
</Project>

And it'll get passed into copy_build.sh

Or KSPDIR will override that setting