Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for localConfig at $appData/config.json. #8983

Merged
merged 1 commit into from
Mar 1, 2019

Conversation

t3chguy
Copy link
Member

@t3chguy t3chguy commented Feb 28, 2019

Supports an override config at:

%APPDATA%\Riot on Windows
$XDG_CONFIG_HOME/Riot or ~/.config/Riot on Linux
~/Library/Application Support/Riot on macOS

(or replace Riot with Riot-$PROFILE if you specify a --profile)

Moves electron-config to $appData/electron-config.json which will affect very few users as its Electron only and hasn't made it into master yet.

Fixes #8949

Signed-off-by: Michael Telatynski [email protected]

Move electron-config to $appData/electron-config.json

Signed-off-by: Michael Telatynski <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants