Skip to content

Commit

Permalink
Decrease snap description character length to reach 128 limit (#8687)
Browse files Browse the repository at this point in the history
(cherry picked from commit 9b022d2)
  • Loading branch information
joseph-flinn committed Apr 11, 2024
1 parent b82fe71 commit eff03a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/desktop/electron-builder.json
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@
"artifactName": "${productName}-${version}-${arch}.${ext}"
},
"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,
"base": "core22",
"confinement": "strict",
Expand Down

0 comments on commit eff03a8

Please sign in to comment.