summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorGaming4JC <g4jc@bulletmail.org>2018-06-21 22:13:49 -0400
committerGaming4JC <g4jc@bulletmail.org>2018-06-21 22:13:49 -0400
commitb978d98fe227855d7c9fe666b7d792e91df9d558 (patch)
tree53b8333c1d4858f442e087dc62461bda62732320 /app
parente505d504687e7b315a0ab84f5f57cf52434336d3 (diff)
downloadiceweasel-uxp-b978d98fe227855d7c9fe666b7d792e91df9d558.tar.gz
rebrand profile jsv1.5
Diffstat (limited to 'app')
-rw-r--r--app/Makefile.in2
-rw-r--r--app/moz.build2
-rw-r--r--app/profile/iceweasel.js (renamed from app/profile/firefox.js)0
3 files changed, 2 insertions, 2 deletions
diff --git a/app/Makefile.in b/app/Makefile.in
index 18ae2e2..f051a22 100644
--- a/app/Makefile.in
+++ b/app/Makefile.in
@@ -42,7 +42,7 @@ libs::
cp -p $(MOZ_APP_NAME)$(BIN_SUFFIX) $(DIST)/bin/$(MOZ_APP_NAME)-bin$(BIN_SUFFIX)
endif
-GARBAGE += $(addprefix $(FINAL_TARGET)/defaults/pref/, firefox.js)
+GARBAGE += $(addprefix $(FINAL_TARGET)/defaults/pref/, iceweasel.js)
endif
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 += [
diff --git a/app/profile/firefox.js b/app/profile/iceweasel.js
index b62e603..b62e603 100644
--- a/app/profile/firefox.js
+++ b/app/profile/iceweasel.js