Fix the icons more.

This commit is contained in:
Adam Treat 2023-04-28 21:48:10 -04:00
parent 7c9b936408
commit f3663cc55e
4 changed files with 1 additions and 4 deletions

View File

@ -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
)

View File

@ -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

Binary file not shown.

After

Width:  |  Height:  |  Size: 213 KiB

BIN
icons/logo-512.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 99 KiB