mkxp.json: Clarify directory separator (#5)

This commit is contained in:
Splendide Imaginarius 2023-05-09 01:20:06 +00:00 committed by GitHub
parent b5b250e97e
commit c04f9e5887
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,7 +8,11 @@
// working directory (when compiled with // working directory (when compiled with
// -DWORKDIR_CURRENT). All other paths are resolved // -DWORKDIR_CURRENT). All other paths are resolved
// relative to gameFolder and ignoring both RTPs and // relative to gameFolder and ignoring both RTPs and
// encrypted archives. // encrypted archives. Since this is JSON, any
// backslashes in paths need to be escaped (i.e. a
// single backslash becomes a double backslash). If
// that's too much hassle, you can use a single forward
// slash instead (even on Windows).
// Some influential environment variables, set them to either "1" or "0": // Some influential environment variables, set them to either "1" or "0":
// "MKXPZ_WINDOWS_CONSOLE" // "MKXPZ_WINDOWS_CONSOLE"