enable extracting compress files from http servers

This commit is contained in:
Chee Yee
2024-02-07 07:38:54 -08:00
parent 263822ef66
commit 9baf6c18fa
+1 -1
View File
@@ -280,7 +280,7 @@ ClientType BaseClient::clientType()
uint32_t BaseClient::SupportedActions()
{
return REMOTE_ACTION_DOWNLOAD | REMOTE_ACTION_INSTALL;
return REMOTE_ACTION_DOWNLOAD | REMOTE_ACTION_INSTALL | REMOTE_ACTION_EXTRACT;
}
std::string BaseClient::EncodeUrl(const std::string &url)