remove org.whispersystems from notifications to match package.json build appId, fixes #952

pull/960/head
Ryan Tharp 5 years ago
parent 4e5f6bc846
commit 837dfe1af5

@ -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