From 87cbe7f6f0e24e06b7612da3c7a910e2ab79f592 Mon Sep 17 00:00:00 2001 From: Adam Treat Date: Thu, 13 Apr 2023 12:01:31 -0400 Subject: [PATCH] Change the filename. --- cmake/installerscript.qs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/cmake/installerscript.qs b/cmake/installerscript.qs index d7050716..375cd632 100644 --- a/cmake/installerscript.qs +++ b/cmake/installerscript.qs @@ -15,19 +15,19 @@ Component.prototype.createOperations = function() installer.setValue("UserProfile", userProfile); component.addOperation("CreateShortcut", "@TargetDir@/bin/chat.exe", - "@UserProfile@/Desktop/chat.lnk", + "@UserProfile@/Desktop/GPT4All.lnk", "workingDirectory=@TargetDir@/bin", "iconPath=@TargetDir@/favicon.ico", - "iconId=2", "description=Open GPT4All Chat"); + "iconId=0", "description=Open GPT4All Chat"); } catch (e) { print("ERROR: creating desktop shortcut" + e); } component.addOperation("CreateShortcut", "@TargetDir@/bin/chat.exe", - "@StartMenuDir@/chat.lnk", + "@StartMenuDir@/GPT4All.lnk", "workingDirectory=@TargetDir@/bin", "iconPath=@TargetDir@/favicon.ico", - "iconId=2", "description=Open GPT4All Chat"); + "iconId=0", "description=Open GPT4All Chat"); } else if (systemInfo.productType === "osx") { } else { // linux component.addOperation("CreateDesktopEntry",