diff --git a/build/gulpfile.vscode.win32.js b/build/gulpfile.vscode.win32.js index 4f010cb51f1bdbfd2861a61991e674cd5e75b505..a9cd1a11b7a15be0a99e32d8697568773b310a5a 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,