From 77fd48c0334a1bce31cfbf7f8cd65d0f7d983847 Mon Sep 17 00:00:00 2001 From: David Sangrey Date: Tue, 8 Aug 2023 14:30:17 -0400 Subject: [PATCH] #2062 Update Shortcut Description to Old Version --- resources/EDMC_Installer_Config_template.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/resources/EDMC_Installer_Config_template.txt b/resources/EDMC_Installer_Config_template.txt index 4de0a4f97..4b8f053d8 100644 --- a/resources/EDMC_Installer_Config_template.txt +++ b/resources/EDMC_Installer_Config_template.txt @@ -1,4 +1,5 @@ #define MyAppName "EDMarketConnector" +#define MyAppLongName "Elite Dangerous Market Connector" #define MyAppVersion "$appver" #define MyAppPublisher "EDCD" #define MyAppURL "https://edcd.github.io/" @@ -45,8 +46,8 @@ Source: "dist.win32\{#MyAppExeName}"; DestDir: "{app}"; Flags: ignoreversion Source: "dist.win32\*"; DestDir: "{app}"; Flags: ignoreversion recursesubdirs createallsubdirs [Icons] -Name: "{autoprograms}\{#MyAppName}"; Filename: "{app}\{#MyAppExeName}" -Name: "{autodesktop}\{#MyAppName}"; Filename: "{app}\{#MyAppExeName}"; Tasks: desktopicon +Name: "{autoprograms}\{#MyAppLongName}"; Filename: "{app}\{#MyAppExeName}"; Comment: "EDMC"; +Name: "{autodesktop}\{#MyAppName}"; Filename: "{app}\{#MyAppExeName}"; Tasks: desktopicon; [Run] Filename: "{app}\{#MyAppExeName}"; Description: "{cm:LaunchProgram,{#StringChange(MyAppName, '&', '&&')}}"; Flags: nowait postinstall skipifsilent