mirror of
https://github.com/bitwarden/browser
synced 2025-12-20 10:13:31 +00:00
[PM-27081] Fix chromium direct import for linux (#17894)
* Fix chromium direct import for linux
This commit is contained in:
@@ -18,7 +18,7 @@ use crate::{
|
|||||||
pub(crate) const SUPPORTED_BROWSERS: &[BrowserConfig] = &[
|
pub(crate) const SUPPORTED_BROWSERS: &[BrowserConfig] = &[
|
||||||
BrowserConfig {
|
BrowserConfig {
|
||||||
name: "Chrome",
|
name: "Chrome",
|
||||||
data_dir: &[".config/google-chrome"],
|
data_dir: &[".config/google-chrome", "snap/chromium/common/chromium"],
|
||||||
},
|
},
|
||||||
BrowserConfig {
|
BrowserConfig {
|
||||||
name: "Chromium",
|
name: "Chromium",
|
||||||
|
|||||||
Reference in New Issue
Block a user