diff options
Diffstat (limited to 'data/branding/icecat/moz.build')
-rw-r--r-- | data/branding/icecat/moz.build | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/data/branding/icecat/moz.build b/data/branding/icecat/moz.build index 3e2f88f..408c1f0 100644 --- a/data/branding/icecat/moz.build +++ b/data/branding/icecat/moz.build @@ -8,3 +8,8 @@ DIRS += ['content', 'locales'] DIST_SUBDIR = 'browser' export('DIST_SUBDIR') + +JS_PREFERENCE_FILES += [ + 'pref/icecat-branding.js', +] + |