Skip launcher in wine for now
This commit is contained in:
parent
6716c828db
commit
6114357110
@ -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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user