mirror of
https://github.com/spalencsar/bearhub.git
synced 2026-07-08 13:14:17 +02:00
[wgem] suggestions now can provide their own electron version
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user