maint(properties.cpp): streamline appdata path
This commit is contained in:
parent
be9265375b
commit
75e6ef71d2
@ -18,7 +18,7 @@ namespace utils::properties
|
|||||||
CoTaskMemFree(path);
|
CoTaskMemFree(path);
|
||||||
});
|
});
|
||||||
|
|
||||||
static auto appdata = std::filesystem::path(path) / "auroramod/iw7-mod";
|
static auto appdata = std::filesystem::path(path) / "iw7-mod";
|
||||||
return appdata;
|
return appdata;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user