diff options
author | Matt A. Tobin <email@mattatobin.com> | 2022-05-07 17:26:17 -0500 |
---|---|---|
committer | Matt A. Tobin <email@mattatobin.com> | 2022-05-07 17:26:17 -0500 |
commit | 2d42120dfce04f2984b7ca719c659cc3cb1af14b (patch) | |
tree | 85670f2f6d53b673c14453769120c2d301c6642a /modules | |
parent | a7c286677036445e571c914e3b94e16747904835 (diff) | |
download | aura-central-2d42120dfce04f2984b7ca719c659cc3cb1af14b.tar.gz |
Issue #23 - Hardcode platformVersion to 52.9 and introduce runtimeVersion with the real version.
Diffstat (limited to 'modules')
-rw-r--r-- | modules/UpdateUtils.jsm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/UpdateUtils.jsm b/modules/UpdateUtils.jsm index 5e3a2e100..48d36e0f6 100644 --- a/modules/UpdateUtils.jsm +++ b/modules/UpdateUtils.jsm @@ -78,7 +78,7 @@ this.UpdateUtils = { [/%WIDGET_TOOLKIT%/g, "@MOZ_WIDGET_TOOLKIT@"], [/%CHANNEL%/g, this.UpdateChannel], [/%CUSTOM%/g, custom], - [/%PLATFORM_VERSION%/g, Services.appinfo.platformVersion], + [/%PLATFORM_VERSION%/g, Services.appinfo.runtimeVersion], [/%DISTRIBUTION%/g, distribution], [/%DISTRIBUTION_VERSION%/g, distributionVersion], [/%LOCALE%/g, this.Locale] |