mirror of
https://github.com/nomic-ai/gpt4all
synced 2024-11-02 09:40:42 +00: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
|
bool LLM::checkForUpdates() const
|
||||||
{
|
{
|
||||||
#if defined(Q_OS_LINUX)
|
#if defined(Q_OS_LINUX)
|
||||||
QString tool("MaintenanceTool");
|
QString tool("maintenancetool");
|
||||||
#elif defined(Q_OS_WINDOWS)
|
#elif defined(Q_OS_WINDOWS)
|
||||||
QString tool("MaintenanceTool.exe");
|
QString tool("maintenancetool.exe");
|
||||||
#elif defined(Q_OS_DARWIN)
|
#elif defined(Q_OS_DARWIN)
|
||||||
QString tool("MaintenanceTool.app/Contents/MacOS/MaintenanceTool");
|
QString tool("maintenancetool.app/Contents/MacOS/maintenancetool");
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
QString fileName = QCoreApplication::applicationDirPath()
|
QString fileName = QCoreApplication::applicationDirPath()
|
||||||
|
Loading…
Reference in New Issue
Block a user