Skip to content
This repository has been archived by the owner on Aug 4, 2023. It is now read-only.

Feature request: support absolute (mod relative) paths in Include #177

Open
jakobharder opened this issue Nov 13, 2022 · 0 comments
Open

Comments

@jakobharder
Copy link
Contributor

Relative paths are great and have their use cases, but I also started to have some main assets.xml that merely collect "sub-mods" and it would be great if I can get rid of the ../../../.

Current:

<ModOps>
  <Include File="../../../../jakob/nates-windmill/assets.include.xml" />
  <Include File="../../../../jakob/fix-wind-direction/assets.include.xml" />
</ModOps>

Proposal with absolute paths:

<ModOps>
  <Include File="/data/jakob/nates-windmill/assets.include.xml" />
  <Include File="/data/jakob/fix-wind-direction/assets.include.xml" />
</ModOps>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant