summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorMatt A. Tobin <email@mattatobin.com>2022-05-07 17:26:17 -0500
committerMatt A. Tobin <email@mattatobin.com>2022-05-07 17:26:17 -0500
commit2d42120dfce04f2984b7ca719c659cc3cb1af14b (patch)
tree85670f2f6d53b673c14453769120c2d301c6642a /modules
parenta7c286677036445e571c914e3b94e16747904835 (diff)
downloadaura-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.jsm2
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]