Take care of non-existing directory
This commit is contained in:
@@ -13,9 +13,9 @@ The `electron-mattermost` project is now the official desktop application for th
|
||||
- Rename the executable file from `electron-mattermost` to `Mattermost`
|
||||
- The configuration directory is also different from previous versions.
|
||||
- Should execute following command to take over `config.json`.
|
||||
- Windows: `copy %APPDATA%\electron-mattermost\config.json %APPDATA%\Mattermost\config.json`
|
||||
- OS X: `cp ~/Library/Application\ Support/electron-mattermost/config.json ~/Library/Application\ Support/Mattermost/config.json`
|
||||
- Linux: `cp ~/.config/electron-mattermost/config.json ~/.config/Mattermost/config.json`
|
||||
- Windows: `mkdir %APPDATA%\Mattermost & copy %APPDATA%\electron-mattermost\config.json %APPDATA%\Mattermost\config.json`
|
||||
- OS X: `ditto ~/Library/Application\ Support/electron-mattermost/config.json ~/Library/Application\ Support/Mattermost/config.json`
|
||||
- Linux: `mkdir -p ~/.config/Mattermost && cp ~/.config/electron-mattermost/config.json ~/.config/Mattermost/config.json`
|
||||
|
||||
|
||||
### Improvements
|
||||
|
Reference in New Issue
Block a user