mirror of
https://github.com/mkxp-z/mkxp-z.git
synced 2025-08-04 05:55:31 +02:00
mkxp.json: Clarify directory separator (#5)
This commit is contained in:
parent
b5b250e97e
commit
c04f9e5887
1 changed files with 6 additions and 2 deletions
|
@ -8,7 +8,11 @@
|
|||
// working directory (when compiled with
|
||||
// -DWORKDIR_CURRENT). All other paths are resolved
|
||||
// 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":
|
||||
// "MKXPZ_WINDOWS_CONSOLE"
|
||||
|
|
Loading…
Add table
Reference in a new issue