Skip to content

Commit

Permalink
Fixed json definition of desktop entries
Browse files Browse the repository at this point in the history
  • Loading branch information
qlrd committed Jan 11, 2024
1 parent 425c658 commit af97e8c
Showing 1 changed file with 6 additions and 21 deletions.
27 changes: 6 additions & 21 deletions electron-builder.json5
Original file line number Diff line number Diff line change
Expand Up @@ -25,27 +25,12 @@
"linux": {
"category": "Utility",
"icon": "public/icon.png",
"target": [
{
"target": "AppImage"
},
{
"target": "deb",
"desktop": {
"Icon": "/usr/share/icons/hicolor/0x0/apps/krux-installer.png",
"Keywords": "electron;krux;vite;vuetify;vue3;vue",
"Terminal": false
}
},
{
"target": "rpm",
"desktop": {
"Icon": "/usr/share/icons/hicolor/0x0/apps/krux-installer.png",
"Keywords": "electron;krux;vite;vuetify;vue3;vue",
"Terminal": false
}
}
]
"desktop": {
"Icon": "/usr/share/icons/hicolor/0x0/apps/krux-installer.png",
"Keywords": "electron;krux;vite;vuetify;vue3;vue",
"Terminal": false
},
"target": ["AppImage", "deb", "rpm"]
},
"win": {
"icon": "public/icon.png",
Expand Down

0 comments on commit af97e8c

Please sign in to comment.