mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-06 09:20:43 +01:00
Added GenericName for app on Linux (#439)
Added desktop option for building the app for Linux, just so "GenericName" could be specified so it looks better on Linux ("Name" and "Type" there because they're required).
This commit is contained in:
parent
9a040644bf
commit
4fd3eecef2
@ -130,7 +130,12 @@
|
|||||||
"rpm",
|
"rpm",
|
||||||
"AppImage",
|
"AppImage",
|
||||||
"snap"
|
"snap"
|
||||||
]
|
],
|
||||||
|
"desktop": {
|
||||||
|
"Name": "Bitwarden",
|
||||||
|
"Type": "Application",
|
||||||
|
"GenericName": "Password Manager"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"dmg": {
|
"dmg": {
|
||||||
"icon": "dmg.icns",
|
"icon": "dmg.icns",
|
||||||
|
Loading…
Reference in New Issue
Block a user