Skip to content

Commit

Permalink
Fix invalid path for Firefox user.js file on macOS
Browse files Browse the repository at this point in the history
The path for the custom Firefox `user.js` file (1) file was invalid for
macOS hosts. It doesn't contained the `Profiles` directory causing a
symlink to a path where the file won't be read by Firefox.

References:
  (1) http://kb.mozillazine.org/User.js_file

Fixes GH-175
  • Loading branch information
arcticicestudio committed Feb 8, 2019
1 parent 0e8f37f commit eb22243
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion snowblocks/firefox/snowblock.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"iceowl": "profiles.iceowl.ini"
}
},
"~/Library/Application Support/Firefox/igloo/user.js": {
"~/Library/Application Support/Firefox/Profiles/igloo/user.js": {
"create": true,
"force": true,
"hosts": {
Expand Down

0 comments on commit eb22243

Please sign in to comment.