diff options
| author | Arman <[email protected]> | 2018-08-02 19:23:07 -0700 |
|---|---|---|
| committer | Arman <[email protected]> | 2018-08-02 19:23:07 -0700 |
| commit | f3a97cf24a97ed470978b36dfc6354a158008513 (patch) | |
| tree | a67d8c7b32149783041091e391835346effb83af /config.json | |
| parent | Add custom path (diff) | |
| download | launcher-f3a97cf24a97ed470978b36dfc6354a158008513.tar.xz launcher-f3a97cf24a97ed470978b36dfc6354a158008513.zip | |
fixed path escaping
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 7aecb97..b75a3ff 100644 --- a/config.json +++ b/config.json @@ -1 +1 @@ -{"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 +{"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 |