From 1d9a9a1f6889532a7799c8d695367b3b1c53cfc3 Mon Sep 17 00:00:00 2001 From: Daniel Imms Date: Sun, 14 Jan 2018 12:57:34 -0800 Subject: [PATCH] Add win32x64AppId to product.json This allows building the OSS version of the 64-bit windows installer --- product.json | 1 + 1 file changed, 1 insertion(+) diff --git a/product.json b/product.json index 49f852e2928..cbb7fbae771 100644 --- a/product.json +++ b/product.json @@ -10,6 +10,7 @@ "win32NameVersion": "Microsoft Code OSS", "win32RegValueName": "CodeOSS", "win32AppId": "{{E34003BB-9E10-4501-8C11-BE3FAA83F23F}", + "win32x64AppId": "{{D77B7E06-80BA-4137-BCF4-654B95CCEBC5}", "win32AppUserModelId": "Microsoft.CodeOSS", "win32ShellNameShort": "C&ode - OSS", "darwinBundleIdentifier": "com.visualstudio.code.oss", -- GitLab