mirror of
https://github.com/nomic-ai/gpt4all.git
synced 2025-09-22 11:58:55 +00:00
@@ -4,6 +4,7 @@
|
||||
#include <windows.h>
|
||||
|
||||
#include <QCoreApplication>
|
||||
#include <QFile>
|
||||
|
||||
namespace gpt4all {
|
||||
namespace resource {
|
||||
@@ -12,7 +13,7 @@ namespace resource {
|
||||
class WinInstallerResources : public QObject
|
||||
{
|
||||
public:
|
||||
static int extractAndInstall();
|
||||
}
|
||||
static int extractAndInstall(QFile *installerPath);
|
||||
};
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user