diff --git a/launcher/src/profile.cpp b/launcher/src/profile.cpp index 40ca513..b251e21 100644 --- a/launcher/src/profile.cpp +++ b/launcher/src/profile.cpp @@ -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;