Added icons for alpha versions, updated one icon in default, and modified viewer_manifest to also use these icons.

Signed-off-by: Fritigern <fritigerngothly@gmail.com>
This commit is contained in:
Fritigern
2016-07-10 13:46:48 -07:00
parent a9cf5743a3
commit dad825d68d
6 changed files with 1 additions and 1 deletions

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 51 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 46 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 192 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 256 KiB

After

Width:  |  Height:  |  Size: 192 KiB

View File

@@ -210,7 +210,7 @@ class ViewerManifest(LLManifest):
return ''.join(self.app_name().split())
def icon_path(self):
return "icons/default"
return "icons/" + ("default", "alpha")[self.channel_type() == "alpha"]
def extract_names(self,src):
try: