Fix the icons more.

pull/520/head
Adam Treat 1 year ago
parent 1df4035679
commit 22441a460b

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 213 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 99 KiB

Loading…
Cancel
Save