Run steam proxy when unpacking

This commit is contained in:
momo5502 2022-09-26 19:12:51 +02:00
parent bd8a524e3a
commit c99d3bbd5e

View File

@ -46,7 +46,10 @@ namespace steam_proxy
this->load_client();
this->clean_up_on_error();
}
void post_unpack() override
{
#ifndef DEV_BUILD
try
{