Skip to content

Commit

Permalink
Merge pull request #57 from lucasmrod/add-linux-support-to-google_chr…
Browse files Browse the repository at this point in the history
…ome_profiles
  • Loading branch information
grahamgilbert authored Oct 8, 2024
2 parents b732d7c + 8953f1f commit b3f3f25
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tables/chromeuserprofiles/chrome_user_profiles.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ func WithUsername(username string) FindFileOpt {
var homeDirLocations = map[string][]string{
"windows": {"/Users"}, // windows10 uses /Users
"darwin": {"/Users"},
"linux": {"/home"},
}

type userFileInfo struct {
Expand Down

0 comments on commit b3f3f25

Please sign in to comment.