From 8b574825210dcbb6f237a3b90a9d376491e6d699 Mon Sep 17 00:00:00 2001 From: Peter Squicciarini Date: Sat, 5 Oct 2019 13:13:11 -0700 Subject: [PATCH] Remove & from win32ShellNameShort --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index c414c37..a08167a 100755 --- a/build.sh +++ b/build.sh @@ -46,7 +46,7 @@ if [[ "$SHOULD_BUILD" == "yes" ]]; then win32NameVersion='setpath(["win32NameVersion"]; "VSCodium")' win32RegValueName='setpath(["win32RegValueName"]; "VSCodium")' win32AppUserModelId='setpath(["win32AppUserModelId"]; "Microsoft.VSCodium")' - win32ShellNameShort='setpath(["win32ShellNameShort"]; "V&SCodium")' + win32ShellNameShort='setpath(["win32ShellNameShort"]; "VSCodium")' win32x64UserAppId='setpath (["win32x64UserAppId"]; "{{2E1F05D1-C245-4562-81EE-28188DB6FD17}")' urlProtocol='setpath(["urlProtocol"]; "vscodium")' extensionAllowedProposedApi='setpath(["extensionAllowedProposedApi"]; getpath(["extensionAllowedProposedApi"]) + ["ms-vsliveshare.vsliveshare"])'