conf_paths

This commit is contained in:
isanae
2020-12-03 17:45:31 -05:00
parent e0c455fc1d
commit 616524422d
34 changed files with 186 additions and 160 deletions
+2 -2
View File
@@ -21,7 +21,7 @@ bool explorerpp::prebuilt()
fs::path explorerpp::source_path()
{
return paths::build() / "explorer++";
return conf().paths().build() / "explorer++";
}
void explorerpp::do_clean(clean c)
@@ -58,7 +58,7 @@ void explorerpp::do_fetch()
{
op::copy_glob_to_dir_if_better(cx(),
source_path() / "*",
paths::install_bin() / "explorer++",
conf().paths().install_bin() / "explorer++",
op::copy_files);
});
}