summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorMatt A. Tobin <email@mattatobin.com>2022-04-10 02:50:54 -0500
committerMatt A. Tobin <email@mattatobin.com>2022-04-10 02:50:54 -0500
commit4ebc78682799bbb4e5e6c5d2f8477ef614c47756 (patch)
tree74149292b13d15a5a5bd93d0687370319bd1e391 /modules
parentd542034aafae711f6446536e086d734102997c46 (diff)
downloadaura-central-4ebc78682799bbb4e5e6c5d2f8477ef614c47756.tar.gz
Revert "No Issue - Hardcode XAI.platformVersion to 52.9.0 and add XAI.greVersion as the actual version"
This reverts commit 0c2396808491278981bec84e8998b29ec19d297d.
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 79de8f75f..5e3a2e100 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.greVersion],
+ [/%PLATFORM_VERSION%/g, Services.appinfo.platformVersion],
[/%DISTRIBUTION%/g, distribution],
[/%DISTRIBUTION_VERSION%/g, distributionVersion],
[/%LOCALE%/g, this.Locale]