{ "version": "2022.5.1", "description": "Password management solutions for individuals, teams, and business organizations", "homepage": "https://bitwarden.com", "license": "GPL-3.0-or-later", "url": "https://github.com/bitwarden/desktop/releases/download/v2022.5.1/Bitwarden-Portable-2022.5.1.exe", "hash": "b659274e820b9dfe7b3fc6dff5516ecdffcca66c21d4a434eed397336b9f4bd0", "pre_install": [ "Rename-Item \"$dir\\Bitwarden-Portable-$version.exe\" 'Bitwarden.exe'", "# copy config from non-portable version", "if (!(Test-Path \"$dir\\bitwarden-appdata\\*\") -and (Test-Path \"$env:Appdata\\Bitwarden\")) {", " if (!(Test-Path \"$dir\\bitwarden-appdata\")) { New-Item \"$dir\\bitwarden-appdata\" -ItemType Directory | Out-Null }", " Copy-Item \"$env:Appdata\\Bitwarden\\*\" \"$dir\\bitwarden-appdata\\\" -Recurse -Force", "}" ], "bin": "Bitwarden.exe", "shortcuts": [ [ "Bitwarden.exe", "Bitwarden" ] ], "persist": "bitwarden-appdata", "checkver": { "github": "https://github.com/bitwarden/desktop" }, "autoupdate": { "url": "https://github.com/bitwarden/desktop/releases/download/v$version/Bitwarden-Portable-$version.exe" } }