Skip to content

Commit

Permalink
Set StartupWMClass to package name instead of product name
Browse files Browse the repository at this point in the history
  • Loading branch information
jamezrin committed Aug 15, 2021
1 parent 64c02ab commit 723195a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions electron-builder.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ module.exports = {
mimeTypes: ['x-scheme-handler/notion'],
desktop: {
StartupNotify: 'true',
StartupWMClass: editionEnvVar === 'vanilla' ? 'notion-app' : 'notion-app-enhanced'
},
target: ['AppImage', 'deb', 'rpm', 'pacman', 'zip'],
},
Expand Down

0 comments on commit 723195a

Please sign in to comment.