mirror of
https://github.com/redstrate/Astra.git
synced 2025-04-20 03:37:47 +00:00
Don't create Wine prefix path when not needed
This commit is contained in:
parent
f5f143466b
commit
7eead380be
1 changed files with 2 additions and 1 deletions
|
@ -177,7 +177,8 @@ QString GameRunner::getGameArgs(const Profile &profile, const std::optional<Logi
|
|||
}
|
||||
|
||||
// FIXME: this should belong somewhere else...
|
||||
Utility::createPathIfNeeded(profile.winePrefixPath());
|
||||
if (LauncherCore::needsCompatibilityTool())
|
||||
Utility::createPathIfNeeded(profile.winePrefixPath());
|
||||
|
||||
if (auth) {
|
||||
if (!auth->lobbyhost.isEmpty()) {
|
||||
|
|
Loading…
Add table
Reference in a new issue