1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-09 21:20:27 +00:00

Fix snap personal-files plug

This commit is contained in:
Bernd Schoolmann
2025-05-30 16:20:10 +02:00
parent 55fcec88a6
commit 8e5dab4516

View File

@@ -106,7 +106,7 @@
"to": "desktop_proxy"
}
],
"target": ["deb", "freebsd", "rpm", "AppImage", "snap"],
"target": ["snap"],
"desktop": {
"Name": "Bitwarden",
"Type": "Application",
@@ -260,10 +260,10 @@
"personal-files": {
"read": [],
"write": [
"$HOME/.config/chromium/NativeMessagingHosts/",
"$HOME/.config/microsoft-edge/NativeMessagingHosts/",
"$HOME/.config/chromium/NativeMessagingHosts",
"$HOME/.config/microsoft-edge/NativeMessagingHosts",
"$HOME/.config/google-chrome/NativeMessagingHosts",
"$HOME/.mozilla/"
"$HOME/.mozilla"
]
}
},