diff options
Diffstat (limited to 'app/moz.build')
-rw-r--r-- | app/moz.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/moz.build b/app/moz.build index 4da7a33..7b25216 100644 --- a/app/moz.build +++ b/app/moz.build @@ -9,7 +9,7 @@ DIRS += ['profile/extensions'] GeckoProgram(CONFIG['MOZ_APP_NAME']) JS_PREFERENCE_PP_FILES += [ - 'profile/firefox.js', + 'profile/iceweasel.js', ] SOURCES += [ |