mirror of
https://github.com/spalencsar/bearhub.git
synced 2026-07-08 08:34:17 +02:00
[wgem] fix icon path definition and caching | param --reset cleaning the web environment as well
This commit is contained in:
@@ -51,8 +51,9 @@ class WebApplication(SoftwarePackage):
|
||||
def get_disk_icon_path(self) -> str:
|
||||
if self.custom_icon:
|
||||
return self.custom_icon
|
||||
else:
|
||||
super(WebApplication, self).get_disk_icon_path()
|
||||
|
||||
if self.installation_dir:
|
||||
return '{}/resources/app/icon.png'.format(self.installation_dir)
|
||||
|
||||
def is_application(self):
|
||||
return True
|
||||
|
||||
Reference in New Issue
Block a user