mirror of
https://github.com/redstrate/Astra.git
synced 2025-04-21 20:27:45 +00:00
Fix /usr/bin/wine not always existing, fall back to "wine"
This commit is contained in:
parent
63674ba7f5
commit
862cdb35c4
1 changed files with 1 additions and 1 deletions
|
@ -90,7 +90,7 @@ void Profile::readWineInfo()
|
|||
#if defined(Q_OS_LINUX)
|
||||
switch (wineType()) {
|
||||
case WineType::System: // system wine (should be in $PATH)
|
||||
setWinePath("/usr/bin/wine");
|
||||
setWinePath("wine");
|
||||
break;
|
||||
case WineType::Custom: // custom pth
|
||||
break;
|
||||
|
|
Loading…
Add table
Reference in a new issue