summaryrefslogtreecommitdiff
path: root/indra
diff options
context:
space:
mode:
authorOz Linden <oz@lindenlab.com>2017-09-15 11:59:50 -0400
committerOz Linden <oz@lindenlab.com>2017-09-15 11:59:50 -0400
commit2bdb3b4411222cfeba3a929825ead2341b0675fb (patch)
tree52b04c3e2f14fe90d84b76387e6f7631e636cb24 /indra
parent6883c6b1f689335963775b43d109a93eb46e6b2f (diff)
add address size to build_data.json so that SL_Launcher can log it
Diffstat (limited to 'indra')
-rwxr-xr-xindra/newview/viewer_manifest.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/viewer_manifest.py b/indra/newview/viewer_manifest.py
index d734106a9d..b47faed8b7 100755
--- a/indra/newview/viewer_manifest.py
+++ b/indra/newview/viewer_manifest.py
@@ -189,6 +189,7 @@ class ViewerManifest(LLManifest):
"Channel Base": CHANNEL_VENDOR_BASE,
"Channel":self.channel_with_pkg_suffix(),
"Platform":self.build_data_json_platform,
+ "Address Size":self.address_size,
"Update Service":"https://update.secondlife.com/update",
}
build_data_dict = self.finish_build_data_dict(build_data_dict)