Add hardcoded GUID, and comments about reasoning

This commit is contained in:
confused-Techie 2023-05-29 15:54:45 -07:00
parent d1314fc76c
commit 8bbdf1b0f6

View File

@ -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": {
},