diff options
author | Gaming4JC <g4jc@bulletmail.org> | 2018-07-30 19:04:39 -0400 |
---|---|---|
committer | Gaming4JC <g4jc@bulletmail.org> | 2018-07-30 19:04:39 -0400 |
commit | 01287893e489d87c290cb39e71dd7c06ac70248a (patch) | |
tree | c2665d050a1eb1908a495fec50ef5086e73f65b1 /app | |
parent | 183f736a6749919475dd5ec06544a1705b63ec2b (diff) | |
download | iceweasel-uxp-01287893e489d87c290cb39e71dd7c06ac70248a.tar.gz |
branding fixes: rename pref js filesv1.9
Diffstat (limited to 'app')
-rw-r--r-- | app/Makefile.in | 2 | ||||
-rw-r--r-- | app/moz.build | 2 | ||||
-rw-r--r-- | app/profile/iceweasel-uxp.js (renamed from app/profile/iceweasel.js) | 0 |
3 files changed, 2 insertions, 2 deletions
diff --git a/app/Makefile.in b/app/Makefile.in index f051a22..23521fd 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/, iceweasel.js) +GARBAGE += $(addprefix $(FINAL_TARGET)/defaults/pref/, iceweasel-uxp.js) endif diff --git a/app/moz.build b/app/moz.build index 7b25216..be9f540 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/iceweasel.js', + 'profile/iceweasel-uxp.js', ] SOURCES += [ diff --git a/app/profile/iceweasel.js b/app/profile/iceweasel-uxp.js index 2c67ea3..2c67ea3 100644 --- a/app/profile/iceweasel.js +++ b/app/profile/iceweasel-uxp.js |