Skip to content

Commit

Permalink
fix: Try to correct the startup wm class for linux
Browse files Browse the repository at this point in the history
  • Loading branch information
ci010 committed Jun 22, 2023
1 parent fc619b6 commit 865d788
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions xmcl-electron-app/build/electron-builder.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ export const config = {
linux: {
desktop: {
MimeType: 'x-scheme-handler/xmcl',
StartupWMClass: 'xmcl',
},
category: 'Game',
icon: 'icons/dark@256x256.png',
Expand Down

0 comments on commit 865d788

Please sign in to comment.