From d2d735cbe3e27bb03afeab793f13fc89a4a0ba5e Mon Sep 17 00:00:00 2001 From: Joao Moreno Date: Wed, 27 Jun 2018 15:31:31 +0200 Subject: [PATCH] fixes #53058 --- build/gulpfile.vscode.win32.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/gulpfile.vscode.win32.js b/build/gulpfile.vscode.win32.js index 4f010cb51f1..a9cd1a11b7a 100644 --- a/build/gulpfile.vscode.win32.js +++ b/build/gulpfile.vscode.win32.js @@ -74,7 +74,7 @@ function buildWin32Setup(arch, target) { DirName: product.win32DirName, Version: pkg.version, RawVersion: pkg.version.replace(/-\w+$/, ''), - NameVersion: product.win32NameVersion, + NameVersion: product.win32NameVersion + (target === 'user' ? ' (User)' : ''), ExeBasename: product.nameShort, RegValueName: product.win32RegValueName, ShellNameShort: product.win32ShellNameShort, -- GitLab