mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-27 12:36:14 +01:00
package for snap store
This commit is contained in:
parent
d03e80c669
commit
ba36345daa
14
stores/snap/snapcraft.yml
Normal file
14
stores/snap/snapcraft.yml
Normal file
@ -0,0 +1,14 @@
|
||||
name: bitwarden-cli
|
||||
version: "1.0.0"
|
||||
summary: A secure and free password manager for all of your devices.
|
||||
description: A secure and free password manager for all of your devices.
|
||||
confinement: strict
|
||||
apps:
|
||||
bw:
|
||||
command: bin/bw
|
||||
plugs: [network, home, x11]
|
||||
parts:
|
||||
bw:
|
||||
plugin: nodejs
|
||||
node-packages:
|
||||
- "@bitwarden/cli"
|
Loading…
Reference in New Issue
Block a user