This commit is contained in:
Nayla Hanegan 2025-01-08 15:49:03 -05:00
parent 0a53480f3f
commit 9dcc090b6e

View file

@ -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