Merge pull request #566 from pulsar-edit/hard-code-guid

Hardcode NSIS GUID
This commit is contained in:
confused_techie 2023-05-30 16:18:35 -07:00 committed by GitHub
commit 6fd1fa0b50
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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