Merge pull request #960 from neuroscr/fix952

Fix #952: remove org.whispersystems in notifications
pull/981/head
Mikunj Varsani 5 years ago committed by GitHub
commit 75dadb2054
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -27,7 +27,7 @@ const {
shell,
} = electron;
const appUserModelId = `org.whispersystems.${packageJson.name}`;
const appUserModelId = packageJson.build.appId;
console.log('Set Windows Application User Model ID (AUMID)', {
appUserModelId,
});

Loading…
Cancel
Save