diff options
| author | Arman <[email protected]> | 2018-08-02 20:01:43 -0700 |
|---|---|---|
| committer | Arman <[email protected]> | 2018-08-02 20:01:43 -0700 |
| commit | 25454612ad8291fc7e53de79038eb3e38212c7ed (patch) | |
| tree | 5368ca3c413f5b2e7b25e66312ddfe480ca8dbec /config.json | |
| parent | fixed path escaping (diff) | |
| download | launcher-master.tar.xz launcher-master.zip | |
Diffstat (limited to 'config.json')
| -rw-r--r-- | config.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config.json b/config.json index 47eaf15..b75a3ff 100644 --- a/config.json +++ b/config.json @@ -1 +1 @@ -{"customPath":null,"macDefault":"~/.wine/drive_c/ProgramData/Kingsisle\\ Entertainment/Wizard101","winDefault":"C:\\ProgramData\\KingsIsle Entertainment\\Wizard101"}
\ No newline at end of file +{"customPath":"~/.wine/drive_c/ProgramData/Kingsisle\\ Entertainment/Wizard101","macDefault":"~/.wine/drive_c/ProgramData/Kingsisle\\ Entertainment/Wizard101","winDefault":"C:\\ProgramData\\KingsIsle Entertainment\\Wizard101"}
\ No newline at end of file |