Skip to content

Commit 723195a

Browse files
committed
Set StartupWMClass to package name instead of product name
1 parent 64c02ab commit 723195a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

electron-builder.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ module.exports = {
5656
mimeTypes: ['x-scheme-handler/notion'],
5757
desktop: {
5858
StartupNotify: 'true',
59+
StartupWMClass: editionEnvVar === 'vanilla' ? 'notion-app' : 'notion-app-enhanced'
5960
},
6061
target: ['AppImage', 'deb', 'rpm', 'pacman', 'zip'],
6162
},

0 commit comments

Comments
 (0)