KSP-RO / ProceduralParts

A continuation of StretchySRBs, which is a continuation of StretchyTanks
71 stars 79 forks source link

Change postBuild output to be within the repository #300

Closed StonesmileGit closed 2 years ago

StonesmileGit commented 2 years ago

The old setup was user specific; a symbolic link can be set up to auto update the mod in a user dev install instead

DRVeyl commented 2 years ago

This is only slightly less user-specific? Where is ..\..\.. expected to be? (I agree with making this file not user-specific, just not sure this is right.)

StonesmileGit commented 2 years ago

..\..\.. is supposed to be at the root of the repository. Is the path in the .csproj not relative to that file? (It has worked for me using VS)

StonesmileGit commented 2 years ago

Made a change to make sure the path is always relative to the project directory. Yes, the number of ..\ is correct, even though it looks like there are too many.