mirror of
https://github.com/bitwarden/browser.git
synced 2025-01-02 18:17:46 +01:00
use binary snap instead
This commit is contained in:
parent
0a0cab1d01
commit
e65f9230bf
@ -1,14 +1,15 @@
|
||||
name: bitwarden-cli
|
||||
version: "1.0.0"
|
||||
summary: A secure and free password manager for all of your devices.
|
||||
summary: Bitwarden CLI
|
||||
description: A secure and free password manager for all of your devices.
|
||||
confinement: devmode
|
||||
confinement: strict
|
||||
apps:
|
||||
bitwarden-cli:
|
||||
bw:
|
||||
command: bw
|
||||
plugs: [network, home, x11]
|
||||
parts:
|
||||
bitwarden-cli:
|
||||
plugin: nodejs
|
||||
node-engine: 9.7.1
|
||||
source: ../..
|
||||
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
|
Loading…
Reference in New Issue
Block a user