mirror of
https://github.com/nomic-ai/gpt4all
synced 2024-11-06 09:20:33 +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_down.svg
|
||||
icons/logo.svg
|
||||
icons/logo-16.png
|
||||
icons/logo-32.png
|
||||
icons/logo-48.png
|
||||
icons/logo-64.png
|
||||
icons/logo-256.png
|
||||
icons/favicon.ico
|
||||
icons/favicon.icns
|
||||
)
|
||||
|
@ -31,7 +31,7 @@ Component.prototype.createOperations = function()
|
||||
"iconPath=" + targetDirectory + "/favicon.ico",
|
||||
"iconId=0", "description=Open GPT4All");
|
||||
} else if (systemInfo.productType === "osx") {
|
||||
var gpt4allAppPath = targetDirectory + "/bin/gpt4all/gpt4all.app";
|
||||
var gpt4allAppPath = targetDirectory + "/bin/gpt4all.app";
|
||||
var symlinkPath = targetDirectory + "/../GPT4All.app";
|
||||
// Remove the symlink if it already exists
|
||||
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