Fix the check for updates on mac.

This commit is contained in:
Adam Treat 2023-04-12 17:57:02 -04:00
parent 7aae776cec
commit 0d8b5bbd49

View File

@ -179,7 +179,7 @@ bool LLM::checkForUpdates() const
#elif defined(Q_OS_WINDOWS)
QString tool("maintenancetool.exe");
#elif defined(Q_OS_DARWIN)
QString tool("maintenancetool.app/Contents/MacOS/maintenancetool");
QString tool("../../../maintenancetool.app/Contents/MacOS/maintenancetool");
#endif
QString fileName = QCoreApplication::applicationDirPath()