1
Fork 0
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:
redstrate 2021-11-02 08:16:39 -04:00
parent bdd4d6e658
commit ee7592ea9c

View file

@ -107,7 +107,7 @@ void LauncherWindow::readInitialInformation() {
gamePath = settings.value("gamePath").toString(); gamePath = settings.value("gamePath").toString();
} else { } else {
#if defined(Q_OS_WIN) #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 #endif
#if defined(Q_OS_MACOS) #if defined(Q_OS_MACOS)