Part of Bug 408190 Make automatic updates work with SeaMonkey (AUS), add the update channel preference file. r=Neil
git-svn-id: svn://10.0.0.236/trunk@243400 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
2619b961d6
commit
20a7d97cf9
@ -48,7 +48,9 @@ EXTRA_COMPONENTS = nsBrowserContentHandler.js \
|
|||||||
nsAboutAbout.js \
|
nsAboutAbout.js \
|
||||||
$(NULL)
|
$(NULL)
|
||||||
|
|
||||||
PREF_JS_EXPORTS = $(srcdir)/browser-prefs.js
|
PREF_JS_EXPORTS = $(srcdir)/browser-prefs.js \
|
||||||
|
$(srcdir)/channel-prefs.js \
|
||||||
|
$(NULL)
|
||||||
|
|
||||||
DEFINES += -DMOZ_APP_NAME="$(MOZ_APP_NAME)" \
|
DEFINES += -DMOZ_APP_NAME="$(MOZ_APP_NAME)" \
|
||||||
-DMOZ_APP_DISPLAYNAME="$(MOZ_APP_DISPLAYNAME)" \
|
-DMOZ_APP_DISPLAYNAME="$(MOZ_APP_DISPLAYNAME)" \
|
||||||
|
|||||||
2
mozilla/suite/browser/channel-prefs.js
Normal file
2
mozilla/suite/browser/channel-prefs.js
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
#filter substitution
|
||||||
|
pref("app.update.channel", "@MOZ_UPDATE_CHANNEL@");
|
||||||
Loading…
x
Reference in New Issue
Block a user