mirror of
https://github.com/bitwarden/browser
synced 2025-12-17 00:33:44 +00: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:
@@ -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",
|
||||||
|
|||||||
Reference in New Issue
Block a user