Skip to content

Commit

Permalink
Updated Firefox cache definition paths for Darwin (#565)
Browse files Browse the repository at this point in the history
  • Loading branch information
kaiqtpi committed Jun 6, 2023
1 parent c8b92c0 commit b12ef39
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions data/webbrowser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -927,6 +927,10 @@ sources:
- '%%users.homedir%%/Library/Caches/Firefox/Profiles/*.default/cache2/*'
- '%%users.homedir%%/Library/Caches/Firefox/Profiles/*.default/cache2/doomed/*'
- '%%users.homedir%%/Library/Caches/Firefox/Profiles/*.default/cache2/entries/*'
- '%%users.homedir%%/Library/Caches/Firefox/Profiles/*.default-*/Cache/*'
- '%%users.homedir%%/Library/Caches/Firefox/Profiles/*.default-*/cache2/*'
- '%%users.homedir%%/Library/Caches/Firefox/Profiles/*.default-*/cache2/doomed/*'
- '%%users.homedir%%/Library/Caches/Firefox/Profiles/*.default-*/cache2/entries/*'
supported_os: [Darwin]
- type: FILE
attributes:
Expand Down

0 comments on commit b12ef39

Please sign in to comment.