mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-20 11:35:54 +00:00
derp
This commit is contained in:
parent
0a53480f3f
commit
9dcc090b6e
1 changed files with 1 additions and 1 deletions
|
@ -79,7 +79,7 @@ void DownloadUpdateDialog::onDownloadFinished()
|
|||
installationDirectory = QCoreApplication::applicationDirPath(); // Set the installation directory
|
||||
#endif
|
||||
#ifdef __APPLE__
|
||||
installationDirectory = QCoreApplication::applicationDirPath() + QStringLiteral("/../../")
|
||||
installationDirectory = QCoreApplication::applicationDirPath() + QStringLiteral("/../../");
|
||||
#endif
|
||||
|
||||
// Use QStandardPaths to get the system's temporary directory
|
||||
|
|
Loading…
Add table
Reference in a new issue