Skip launcher in wine for now

This commit is contained in:
momo5502 2023-02-22 17:48:29 +01:00
parent 6716c828db
commit 6114357110

View File

@ -292,7 +292,7 @@ namespace
updater::update();
const auto launch = utils::flags::has_flag("launch");
if (!launch && !launcher::run())
if (!launch && !utils::nt::is_wine() && !launcher::run())
{
return 0;
}