mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-23 11:56:00 +01:00
Merge branch 'master' of github.com:bitwarden/cli
This commit is contained in:
commit
c8edbdeb58
15
stores/snap/snapcraft.yaml
Normal file
15
stores/snap/snapcraft.yaml
Normal file
@ -0,0 +1,15 @@
|
||||
name: bitwarden-cli
|
||||
version: 1.0.0
|
||||
summary: Bitwarden CLI
|
||||
description: A secure and free password manager for all of your devices.
|
||||
confinement: strict
|
||||
apps:
|
||||
bw:
|
||||
command: bw
|
||||
plugs: [network, home, x11]
|
||||
parts:
|
||||
bw:
|
||||
plugin: dump
|
||||
source: https://github.com/bitwarden/cli/releases/download/v$SNAPCRAFT_PROJECT_VERSION/bw-linux-$SNAPCRAFT_PROJECT_VERSION.zip
|
||||
prepare: |
|
||||
chmod +x bw
|
@ -1,14 +0,0 @@
|
||||
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