Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIsidor Nikolic <inikolic@microsoft.com>2020-08-19 19:42:26 +0300
committerGitHub <noreply@github.com>2020-08-19 19:42:26 +0300
commit3dd905126b34dcd4de81fa624eb3a8cbe7485f13 (patch)
tree48fcd7c20f81da5cbfda58db65f58ea793b99b82
parent92cfbd3591b63dc9a8d5ea72d4a84c3fcea82741 (diff)
parent8bf8592204f3946068d261e9de9f0aed85535739 (diff)
Merge pull request #105006 from microsoft/lszomoru/release/1.48/setup-icon-fix1.48.1
Inno setup - Switch from commondesktop to autodesktop
-rw-r--r--build/win32/code.iss2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/win32/code.iss b/build/win32/code.iss
index 195e63cf12a..6908759b7aa 100644
--- a/build/win32/code.iss
+++ b/build/win32/code.iss
@@ -89,7 +89,7 @@ Source: "{#ProductJsonPath}"; DestDir: "{code:GetDestDir}\resources\app"; Flags:
[Icons]
Name: "{group}\{#NameLong}"; Filename: "{app}\{#ExeBasename}.exe"; AppUserModelID: "{#AppUserId}"
-Name: "{commondesktop}\{#NameLong}"; Filename: "{app}\{#ExeBasename}.exe"; Tasks: desktopicon; AppUserModelID: "{#AppUserId}"
+Name: "{autodesktop}\{#NameLong}"; Filename: "{app}\{#ExeBasename}.exe"; Tasks: desktopicon; AppUserModelID: "{#AppUserId}"
Name: "{userappdata}\Microsoft\Internet Explorer\Quick Launch\{#NameLong}"; Filename: "{app}\{#ExeBasename}.exe"; Tasks: quicklaunchicon; AppUserModelID: "{#AppUserId}"
[Run]