impr: Force update all installed content store items after an update

This commit is contained in:
WerWolv
2024-12-25 14:29:41 +01:00
parent 99b90f90ac
commit 9c1a673047
2 changed files with 42 additions and 22 deletions

View File

@@ -71,6 +71,7 @@ namespace hex::plugin::builtin {
bool download(const paths::impl::DefaultPath *pathType, const std::string &fileName, const std::string &url);
bool remove(const paths::impl::DefaultPath *pathType, const std::string &fileName);
void updateAll();
private:
HttpRequest m_httpRequest = HttpRequest("GET", "");