diff options
| author | Oz Linden <oz@lindenlab.com> | 2017-09-15 11:59:50 -0400 | 
|---|---|---|
| committer | Oz Linden <oz@lindenlab.com> | 2017-09-15 11:59:50 -0400 | 
| commit | 2bdb3b4411222cfeba3a929825ead2341b0675fb (patch) | |
| tree | 52b04c3e2f14fe90d84b76387e6f7631e636cb24 | |
| parent | 6883c6b1f689335963775b43d109a93eb46e6b2f (diff) | |
add address size to build_data.json so that SL_Launcher can log it
| -rwxr-xr-x | indra/newview/viewer_manifest.py | 1 | 
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) | 
