mirror of
https://github.com/nomic-ai/gpt4all
synced 2024-11-08 07:10:32 +00:00
Fix the check for updates on mac.
This commit is contained in:
parent
cbe007bb0d
commit
661191ce12
2
llm.cpp
2
llm.cpp
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user