mirror of
https://github.com/nomic-ai/gpt4all
synced 2024-11-08 07:10:32 +00:00
Use the .ico for desktop windows.
This commit is contained in:
parent
2cef816b3c
commit
c41c8e7c9b
@ -17,7 +17,7 @@ Component.prototype.createOperations = function()
|
||||
"@TargetDir@/bin/chat.exe",
|
||||
"@UserProfile@/Desktop/chat.lnk",
|
||||
"workingDirectory=@TargetDir@/bin",
|
||||
"iconPath=@TargetDir@/logo-48.png",
|
||||
"iconPath=@TargetDir@/favicon.ico",
|
||||
"iconId=2", "description=Open GPT4All Chat");
|
||||
} catch (e) {
|
||||
print("ERROR: creating desktop shortcut" + e);
|
||||
@ -26,7 +26,7 @@ Component.prototype.createOperations = function()
|
||||
"@TargetDir@/bin/chat.exe",
|
||||
"@StartMenuDir@/chat.lnk",
|
||||
"workingDirectory=@TargetDir@/bin",
|
||||
"iconPath=@TargetDir@/logo-48.png",
|
||||
"iconPath=@TargetDir@/favicon.ico",
|
||||
"iconId=2", "description=Open GPT4All Chat");
|
||||
} else if (systemInfo.productType === "osx") {
|
||||
} else { // linux
|
||||
|
Loading…
Reference in New Issue
Block a user