1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-09-13 01:58:44 +02:00

snap options

This commit is contained in:
Kyle Spearrin 2018-02-21 13:36:00 -05:00
parent 1e980fe4fe
commit e578290d0f

View File

@ -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": {