File tree Expand file tree Collapse file tree 1 file changed +12
-6
lines changed Expand file tree Collapse file tree 1 file changed +12
-6
lines changed Original file line number Diff line number Diff line change @@ -82,12 +82,18 @@ const linuxOptions = {
82
82
icon : './resources/icons' ,
83
83
category : 'Utility;AudioVideo;Audio;Player;Music;' ,
84
84
desktop : {
85
- Name : 'LX Music' ,
86
- 'Name[zh_CN]' : 'LX Music' ,
87
- 'Name[zh_TW]' : 'LX Music' ,
88
- Encoding : 'UTF-8' ,
89
- MimeType : 'x-scheme-handler/lxmusic' ,
90
- StartupNotify : 'false' ,
85
+ // https://www.electron.build/app-builder-lib.interface.linuxdesktopfile
86
+ // https://www.electronjs.org/docs/latest/tutorial/linux-desktop-actions
87
+ // https://specifications.freedesktop.org/desktop-entry-spec/latest/example.html
88
+ // https://developer.gnome.org/documentation/guidelines/maintainer/integrating.html#desktop-files
89
+ entry : {
90
+ Name : 'LX Music' ,
91
+ 'Name[zh_CN]' : 'LX Music' ,
92
+ 'Name[zh_TW]' : 'LX Music' ,
93
+ Encoding : 'UTF-8' ,
94
+ MimeType : 'x-scheme-handler/lxmusic' ,
95
+ StartupNotify : 'false' ,
96
+ } ,
91
97
} ,
92
98
} ,
93
99
appImage : {
You can’t perform that action at this time.
0 commit comments