Skip to content

Commit

Permalink
remove org.whispersystems from notifications to match package.json bu…
Browse files Browse the repository at this point in the history
…ild appId, fixes oxen-io#952
  • Loading branch information
neuroscr committed Mar 6, 2020
1 parent 4e5f6bc commit 837dfe1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.js
Original file line number Diff line number Diff line change
Expand Up @@ -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,
});
Expand Down

0 comments on commit 837dfe1

Please sign in to comment.