mirror of
https://github.com/ModOrganizer2/mob.git
synced 2026-07-27 14:07:05 -07:00
conf_paths
This commit is contained in:
@@ -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);
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user