mirror of
https://github.com/nomic-ai/gpt4all.git
synced 2025-06-26 15:31:55 +00:00
Fix the icons more.
This commit is contained in:
parent
7c9b936408
commit
f3663cc55e
@ -86,11 +86,8 @@ qt_add_qml_module(chat
|
|||||||
icons/thumbs_up.svg
|
icons/thumbs_up.svg
|
||||||
icons/thumbs_down.svg
|
icons/thumbs_down.svg
|
||||||
icons/logo.svg
|
icons/logo.svg
|
||||||
icons/logo-16.png
|
|
||||||
icons/logo-32.png
|
icons/logo-32.png
|
||||||
icons/logo-48.png
|
icons/logo-48.png
|
||||||
icons/logo-64.png
|
|
||||||
icons/logo-256.png
|
|
||||||
icons/favicon.ico
|
icons/favicon.ico
|
||||||
icons/favicon.icns
|
icons/favicon.icns
|
||||||
)
|
)
|
||||||
|
@ -31,7 +31,7 @@ Component.prototype.createOperations = function()
|
|||||||
"iconPath=" + targetDirectory + "/favicon.ico",
|
"iconPath=" + targetDirectory + "/favicon.ico",
|
||||||
"iconId=0", "description=Open GPT4All");
|
"iconId=0", "description=Open GPT4All");
|
||||||
} else if (systemInfo.productType === "osx") {
|
} else if (systemInfo.productType === "osx") {
|
||||||
var gpt4allAppPath = targetDirectory + "/bin/gpt4all/gpt4all.app";
|
var gpt4allAppPath = targetDirectory + "/bin/gpt4all.app";
|
||||||
var symlinkPath = targetDirectory + "/../GPT4All.app";
|
var symlinkPath = targetDirectory + "/../GPT4All.app";
|
||||||
// Remove the symlink if it already exists
|
// Remove the symlink if it already exists
|
||||||
component.addOperation("Execute", "rm", "-f", symlinkPath);
|
component.addOperation("Execute", "rm", "-f", symlinkPath);
|
||||||
|
BIN
icons/logo-1024.png
Normal file
BIN
icons/logo-1024.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 213 KiB |
BIN
icons/logo-512.png
Normal file
BIN
icons/logo-512.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 99 KiB |
Loading…
Reference in New Issue
Block a user