summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNat Goodspeed <nat@lindenlab.com>2017-10-06 14:13:38 -0400
committerNat Goodspeed <nat@lindenlab.com>2017-10-06 14:13:38 -0400
commit922289264d27228beae5f85b0563974a137e6ace (patch)
tree47ce28ab587ad8472366ebda12afe650af4bedd5
parentb508488fc764d41c2120543006b6185ff2554bf9 (diff)
MAINT-7831: Include secondlife.ico file in the Windows installer.
-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 900e9f7b1b..84e3f51d84 100755
--- a/indra/newview/viewer_manifest.py
+++ b/indra/newview/viewer_manifest.py
@@ -380,6 +380,7 @@ class WindowsManifest(ViewerManifest):
if self.prefix("vmp_icons"):
self.path("*.png")
self.path("*.gif")
+ self.path("*.ico")
self.end_prefix("vmp_icons")
#before, we only needed llbase at build time. With VMP, we need it at run time.