From eb222438e6cd93b19c222043570bb7c627ea3e3b Mon Sep 17 00:00:00 2001
From: Arctic Ice Studio <development@arcticicestudio.com>
Date: Fri, 8 Feb 2019 08:33:47 +0100
Subject: [PATCH] Fix invalid path for Firefox `user.js` file on macOS

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
---
 snowblocks/firefox/snowblock.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/snowblocks/firefox/snowblock.json b/snowblocks/firefox/snowblock.json
index 25bd1d3..ca3ec6b 100644
--- a/snowblocks/firefox/snowblock.json
+++ b/snowblocks/firefox/snowblock.json
@@ -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": {