mirror of
https://github.com/nomic-ai/gpt4all.git
synced 2024-10-01 01:06:10 -04:00
Fix the name of the updates tool.
This commit is contained in:
parent
23e6c51091
commit
72b964e064
6
llm.cpp
6
llm.cpp
@ -172,11 +172,11 @@ QString LLM::modelName() const
|
||||
bool LLM::checkForUpdates() const
|
||||
{
|
||||
#if defined(Q_OS_LINUX)
|
||||
QString tool("MaintenanceTool");
|
||||
QString tool("maintenancetool");
|
||||
#elif defined(Q_OS_WINDOWS)
|
||||
QString tool("MaintenanceTool.exe");
|
||||
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