mirror of
https://github.com/redstrate/Astra.git
synced 2025-04-20 11:47:46 +00:00
Fix mysterious crash on Windows
This commit is contained in:
parent
1aa1d10d07
commit
94a740a1d3
1 changed files with 2 additions and 0 deletions
|
@ -586,6 +586,8 @@ QString LauncherCore::getDefaultWinePrefixPath() {
|
|||
#if defined(Q_OS_LINUX)
|
||||
return QDir::homePath() + "/.wine";
|
||||
#endif
|
||||
|
||||
return "";
|
||||
}
|
||||
|
||||
QString LauncherCore::getDefaultGamePath() {
|
||||
|
|
Loading…
Add table
Reference in a new issue