|
|
|
@ -14,8 +14,7 @@ Config::Config() { |
|
|
|
home_juci_path = config_dir / "juci"; |
|
|
|
home_juci_path = config_dir / "juci"; |
|
|
|
} |
|
|
|
} |
|
|
|
else { |
|
|
|
else { |
|
|
|
boost::filesystem::path config_dir(home_path / "config"); |
|
|
|
home_juci_path = home_path / ".config" / "juci"; |
|
|
|
home_juci_path = config_dir / "juci"; |
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
juci_config_file = home_juci_path / "config.json"; |
|
|
|
juci_config_file = home_juci_path / "config.json"; |
|
|
|
return; |
|
|
|
return; |
|
|
|
|