Merge pull request #991 from loki-project/hardcode-appid

Hardcode AppId
pull/992/head
Vince 5 years ago committed by GitHub
commit 67ddf101d3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -27,7 +27,9 @@ const {
shell,
} = electron;
const appUserModelId = packageJson.build.appId;
// FIXME Hardcoding appId to prevent build failrues on release.
// const appUserModelId = packageJson.build.appId;
const appUserModelId = 'com.loki-project.messenger-desktop';
console.log('Set Windows Application User Model ID (AUMID)', {
appUserModelId,
});

Loading…
Cancel
Save