1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-08-26 23:09:46 +02: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:
Saeed Baig 2020-04-26 20:58:17 +10:00 committed by GitHub
parent 9a040644bf
commit 4fd3eecef2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -130,7 +130,12 @@
"rpm",
"AppImage",
"snap"
]
],
"desktop": {
"Name": "Bitwarden",
"Type": "Application",
"GenericName": "Password Manager"
}
},
"dmg": {
"icon": "dmg.icns",