From a0b6e4b49fe4e4ffa57089680970d1a562c94a15 Mon Sep 17 00:00:00 2001 From: IFV <96299096+Ra2-IFV@users.noreply.github.com> Date: Fri, 27 Sep 2024 19:09:20 -0700 Subject: [PATCH] bitwarden-cli: Persist data See https://github.com/bitwarden/cli/issues/117 --- bucket/bitwarden-cli.json | 1 + 1 file changed, 1 insertion(+) diff --git a/bucket/bitwarden-cli.json b/bucket/bitwarden-cli.json index 7de38b8f1d6bf..7459b15f09ff5 100644 --- a/bucket/bitwarden-cli.json +++ b/bucket/bitwarden-cli.json @@ -10,6 +10,7 @@ } }, "bin": "bw.exe", + "persist": "bw-data", "checkver": { "url": "https://github.com/bitwarden/clients/releases.atom", "regex": "\\/cli-v([\\d.]+)<\\/id>"