Decrease snap description character length to reach 128 limit (#8687)

This commit is contained in:
Joseph Flinn 2024-04-10 17:40:53 -07:00 committed by GitHub
parent 16c289d680
commit 9b022d2fc0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -228,7 +228,7 @@
"artifactName": "${productName}-${version}-${arch}.${ext}" "artifactName": "${productName}-${version}-${arch}.${ext}"
}, },
"snap": { "snap": {
"summary": "**Installation**\nBitwarden requires access to the `password-manager-service`. Please enable it through permissions or by running `sudo snap connect bitwarden:password-manager-service` after installation.", "summary": "After installation enable required `password-manager-service` by running `sudo snap connect bitwarden:password-manager-service`.",
"autoStart": true, "autoStart": true,
"base": "core22", "base": "core22",
"confinement": "strict", "confinement": "strict",