Make secondary manifest location more specific
This commit is contained in:
parent
b7c9cd66f8
commit
70f541fc26
1 changed files with 2 additions and 2 deletions
|
@ -92,8 +92,8 @@ Tools must implement the following in addition to respecting the schema:
|
||||||
This is important for secondary manifests to work correctly without
|
This is important for secondary manifests to work correctly without
|
||||||
hard-coding their location.
|
hard-coding their location.
|
||||||
* If a tool supports secondary manifests, they must be automatically detected
|
* If a tool supports secondary manifests, they must be automatically detected
|
||||||
when they are named `.ludusavi.yaml` and exist anywhere within a configured
|
when they are named `.ludusavi.yaml` and located directly in `<base>`.
|
||||||
root.
|
For example, a Steam game's secondary manifest would be `<root>/steamapps/common/<game>/.ludusavi.yaml`.
|
||||||
|
|
||||||
Tools may also:
|
Tools may also:
|
||||||
|
|
||||||
|
|
Reference in a new issue