mirror of
https://github.com/bitwarden/browser
synced 2025-12-13 23:03:32 +00:00
snap options
This commit is contained in:
@@ -68,9 +68,11 @@
|
|||||||
"category": "Utility",
|
"category": "Utility",
|
||||||
"synopsis": "A secure and free password manager for all of your devices.",
|
"synopsis": "A secure and free password manager for all of your devices.",
|
||||||
"target": [
|
"target": [
|
||||||
|
"deb",
|
||||||
|
"freebsd",
|
||||||
"rpm",
|
"rpm",
|
||||||
"AppImage",
|
"AppImage",
|
||||||
"deb"
|
"snap"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"dmg": {
|
"dmg": {
|
||||||
@@ -135,6 +137,9 @@
|
|||||||
},
|
},
|
||||||
"freebsd": {
|
"freebsd": {
|
||||||
"artifactName": "${productName}-${version}-${arch}.${ext}"
|
"artifactName": "${productName}-${version}-${arch}.${ext}"
|
||||||
|
},
|
||||||
|
"snap": {
|
||||||
|
"artifactName": "${productName}-${version}-${arch}.${ext}"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
|||||||
Reference in New Issue
Block a user