fix
Some checks failed
BlockStorage/repertory_linux_builds/pipeline/head There was a failure building this commit
Some checks failed
BlockStorage/repertory_linux_builds/pipeline/head There was a failure building this commit
This commit is contained in:
parent
8b6536c55b
commit
dbc5725779
@ -153,7 +153,7 @@ auto app_config::default_data_directory(const provider_type &prov)
|
|||||||
#if defined(_WIN32)
|
#if defined(_WIN32)
|
||||||
auto data_directory = utils::path::combine(
|
auto data_directory = utils::path::combine(
|
||||||
utils::get_local_app_data_directory(),
|
utils::get_local_app_data_directory(),
|
||||||
{REPERTORY_DATA_NAME, app_config::get_provider_name(prov)});
|
{std::string{REPERTORY_DATA_NAME}, app_config::get_provider_name(prov)});
|
||||||
#else
|
#else
|
||||||
#if defined(__APPLE__)
|
#if defined(__APPLE__)
|
||||||
auto data_directory = utils::path::resolve(
|
auto data_directory = utils::path::resolve(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user