diff --git a/stores/snap/snapcraft.yaml b/stores/snap/snapcraft.yaml new file mode 100644 index 0000000000..58fbcfe6c5 --- /dev/null +++ b/stores/snap/snapcraft.yaml @@ -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 \ No newline at end of file diff --git a/stores/snap/snapcraft.yml b/stores/snap/snapcraft.yml deleted file mode 100644 index dbe04f0bd8..0000000000 --- a/stores/snap/snapcraft.yml +++ /dev/null @@ -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"