diff --git a/docs/mod-build-config.md b/docs/mod-build-config.md index 4f46100a..fc63a5a2 100644 --- a/docs/mod-build-config.md +++ b/docs/mod-build-config.md @@ -136,6 +136,12 @@ To exclude a file from the release: relative path in your mod folder, that file won't be included. (This also works for `assets` and `i18n`.) + Note that path delimiters are _not_ normalised in ``. For crossplatform + compatibility, format those like this: + ```xml + assets[/\\]paths.png + ``` + ### Non-mod projects You can use the package in non-mod projects too (e.g. unit tests or framework DLLs). You'll need to disable deploying the mod and creating a release zip: