From 3080c4fff4c70cc9672a4e3d0abbdc9ed49dab6c Mon Sep 17 00:00:00 2001 From: Jesse Plamondon-Willard Date: Sun, 21 Apr 2019 14:20:41 -0400 Subject: clarify path formatting in --- docs/mod-build-config.md | 6 ++++++ 1 file changed, 6 insertions(+) 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: -- cgit