mirror of
https://github.com/redstrate/Astra.git
synced 2025-04-20 11:47:46 +00:00
Fix typo in default Windows game path
This commit is contained in:
parent
bdd4d6e658
commit
ee7592ea9c
1 changed files with 1 additions and 1 deletions
|
@ -107,7 +107,7 @@ void LauncherWindow::readInitialInformation() {
|
|||
gamePath = settings.value("gamePath").toString();
|
||||
} else {
|
||||
#if defined(Q_OS_WIN)
|
||||
gamePath = "C:\\Program Files (x86\\SquareEnix\\FINAL FANTASY XIV - A Realm Reborn";
|
||||
gamePath = "C:\\Program Files (x86)\\SquareEnix\\FINAL FANTASY XIV - A Realm Reborn";
|
||||
#endif
|
||||
|
||||
#if defined(Q_OS_MACOS)
|
||||
|
|
Loading…
Add table
Reference in a new issue