diff --git a/indra/newview/viewer_manifest.py b/indra/newview/viewer_manifest.py index d021e5b9f363abd604f71bffd532d7511effb4fb..0e6c98f23012ad499aad65004c2fe571bd11b7aa 100755 --- a/indra/newview/viewer_manifest.py +++ b/indra/newview/viewer_manifest.py @@ -368,6 +368,9 @@ def construct(self): #IUM is not normally executed directly, just imported. No exe needed. self.path2basename(vmpdir,"InstallerUserMessage.py") + with self.prefix(src=self.icon_path(), dst="vmp_icons"): + self.path("secondlife.ico") + #VMP Tkinter icons with self.prefix("vmp_icons"): self.path("*.png") @@ -839,6 +842,9 @@ def construct(self): with self.prefix(src=icon_path, dst="") : self.path("secondlife.icns") + with self.prefix(src=icon_path, dst="vmp_icons"): + self.path("secondlife.ico") + #VMP Tkinter icons with self.prefix("vmp_icons"): self.path("*.png")