summaryrefslogtreecommitdiff
path: root/indra/newview/viewer_manifest.py
diff options
context:
space:
mode:
authorAndrey Kleshchev <andreykproductengine@lindenlab.com>2020-04-13 22:41:55 +0300
committerAndrey Kleshchev <andreykproductengine@lindenlab.com>2020-04-13 22:41:55 +0300
commit347c53855bb0c983e0300594772a9206f9031065 (patch)
tree3cd1796f027af61723a959735290d4a28fac6f48 /indra/newview/viewer_manifest.py
parent2542a3ed795d3a7ac664e0ca7ec4b5d8108dfce8 (diff)
SL-12607 Added more icons and draw methods to draw them
Diffstat (limited to 'indra/newview/viewer_manifest.py')
-rwxr-xr-xindra/newview/viewer_manifest.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/indra/newview/viewer_manifest.py b/indra/newview/viewer_manifest.py
index b9e42139e6..de71a66519 100755
--- a/indra/newview/viewer_manifest.py
+++ b/indra/newview/viewer_manifest.py
@@ -501,6 +501,8 @@ class WindowsManifest(ViewerManifest):
with self.prefix(src=os.path.join(pkgdir, "icons"), dst="3p_icons"):
if self.args['fmodstudio'] == 'ON':
self.path("fmod.png")
+ self.path("havok_logo.png")
+ self.path("vivox_logo.png")
# Plugin host application
self.path2basename(os.path.join(os.pardir,
@@ -975,6 +977,8 @@ class DarwinManifest(ViewerManifest):
with self.prefix(src=os.path.join(pkgdir, "icons"), dst="3p_icons"):
if self.args['fmodstudio'] == 'ON':
self.path("fmod.png")
+ self.path("havok_logo.png")
+ self.path("vivox_logo.png")
# Translations
self.path("English.lproj/language.txt")
@@ -1480,6 +1484,8 @@ class Linux_i686_Manifest(LinuxManifest):
with self.prefix(src=os.path.join(pkgdir, "icons"), dst="3p_icons"):
if self.args['fmodstudio'] == 'ON':
self.path("fmod.png")
+ self.path("havok_logo.png")
+ self.path("vivox_logo.png")
with self.prefix(src=relpkgdir, dst="lib"):
self.path("libapr-1.so")