diff options
Diffstat (limited to 'browser/app/profile/channel-prefs.js')
-rw-r--r-- | browser/app/profile/channel-prefs.js | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/browser/app/profile/channel-prefs.js b/browser/app/profile/channel-prefs.js new file mode 100644 index 000000000..feb27c1a3 --- /dev/null +++ b/browser/app/profile/channel-prefs.js @@ -0,0 +1,6 @@ +#filter substitution +/* This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ + +pref("app.update.channel", "@MOZ_UPDATE_CHANNEL@"); |