mirror of
https://github.com/nomic-ai/gpt4all.git
synced 2025-06-23 22:18:38 +00:00
Change the filename.
This commit is contained in:
parent
145ecba9e7
commit
87cbe7f6f0
@ -15,19 +15,19 @@ Component.prototype.createOperations = function()
|
|||||||
installer.setValue("UserProfile", userProfile);
|
installer.setValue("UserProfile", userProfile);
|
||||||
component.addOperation("CreateShortcut",
|
component.addOperation("CreateShortcut",
|
||||||
"@TargetDir@/bin/chat.exe",
|
"@TargetDir@/bin/chat.exe",
|
||||||
"@UserProfile@/Desktop/chat.lnk",
|
"@UserProfile@/Desktop/GPT4All.lnk",
|
||||||
"workingDirectory=@TargetDir@/bin",
|
"workingDirectory=@TargetDir@/bin",
|
||||||
"iconPath=@TargetDir@/favicon.ico",
|
"iconPath=@TargetDir@/favicon.ico",
|
||||||
"iconId=2", "description=Open GPT4All Chat");
|
"iconId=0", "description=Open GPT4All Chat");
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
print("ERROR: creating desktop shortcut" + e);
|
print("ERROR: creating desktop shortcut" + e);
|
||||||
}
|
}
|
||||||
component.addOperation("CreateShortcut",
|
component.addOperation("CreateShortcut",
|
||||||
"@TargetDir@/bin/chat.exe",
|
"@TargetDir@/bin/chat.exe",
|
||||||
"@StartMenuDir@/chat.lnk",
|
"@StartMenuDir@/GPT4All.lnk",
|
||||||
"workingDirectory=@TargetDir@/bin",
|
"workingDirectory=@TargetDir@/bin",
|
||||||
"iconPath=@TargetDir@/favicon.ico",
|
"iconPath=@TargetDir@/favicon.ico",
|
||||||
"iconId=2", "description=Open GPT4All Chat");
|
"iconId=0", "description=Open GPT4All Chat");
|
||||||
} else if (systemInfo.productType === "osx") {
|
} else if (systemInfo.productType === "osx") {
|
||||||
} else { // linux
|
} else { // linux
|
||||||
component.addOperation("CreateDesktopEntry",
|
component.addOperation("CreateDesktopEntry",
|
||||||
|
Loading…
Reference in New Issue
Block a user