From 8bbdf1b0f6916c804a298ec5b58166340144a691 Mon Sep 17 00:00:00 2001 From: confused-Techie Date: Mon, 29 May 2023 15:54:45 -0700 Subject: [PATCH] Add hardcoded GUID, and comments about reasoning --- script/electron-builder.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/script/electron-builder.js b/script/electron-builder.js index d8985e24f..d84cefc77 100644 --- a/script/electron-builder.js +++ b/script/electron-builder.js @@ -227,6 +227,11 @@ let options = { "runAfterFinish": true, "createDesktopShortcut": true, "createStartMenuShortcut": true, + "guid": "0949b555-c22c-56b7-873a-a960bdefa81f" + // The GUID is generated from Electron-Builder based on our AppID + // Hardcoding it here means it will always be used as generated from + // the AppID 'dev.pulsar-edit.pulsar'. If this value ever changes, + // A PR to GitHub Desktop must be made with the updated value }, "extraMetadata": { },