mirror of
https://github.com/nomic-ai/gpt4all.git
synced 2025-07-06 20:09:58 +00:00
Fix the name of the updates tool.
This commit is contained in:
parent
fd9e028f0c
commit
1e13f8648c
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