summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorMatt A. Tobin <email@mattatobin.com>2022-01-01 17:22:20 -0600
committerMatt A. Tobin <email@mattatobin.com>2022-01-01 17:22:20 -0600
commit0c2396808491278981bec84e8998b29ec19d297d (patch)
tree87fcbc3969f92591fc513a0dcbd41a6dc20eaf0f /modules
parent622283c4573df14e4701a455e21336c323f434cc (diff)
downloadaura-central-0c2396808491278981bec84e8998b29ec19d297d.tar.gz
No Issue - Hardcode XAI.platformVersion to 52.9.0 and add XAI.greVersion as the actual 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..79de8f75f 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.greVersion],
[/%DISTRIBUTION%/g, distribution],
[/%DISTRIBUTION_VERSION%/g, distributionVersion],
[/%LOCALE%/g, this.Locale]