summaryrefslogtreecommitdiff
path: root/modules/UpdateUtils.jsm
diff options
context:
space:
mode:
Diffstat (limited to 'modules/UpdateUtils.jsm')
-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]