[wgem] suggestions now can provide their own electron version

This commit is contained in:
Vinícius Moreira
2019-12-17 16:18:43 -03:00
parent 70bd76c52a
commit 9863cdb812
3 changed files with 22 additions and 6 deletions

View File

@@ -20,6 +20,10 @@ class WebApplication(SoftwarePackage):
self.set_custom_icon(custom_icon)
self.preset_options = preset_options
def set_version(self, version: str):
self.version = str(version) if version else None
self.latest_version = version
def has_history(self):
return False