mirror of
https://github.com/spalencsar/bearhub.git
synced 2026-07-07 04:44:15 +02:00
[wgem] config: allowing to use a custom electron version
This commit is contained in:
@@ -574,7 +574,7 @@ class WebApplicationManager(SoftwareManager):
|
||||
|
||||
def can_work(self) -> bool:
|
||||
if BS4_AVAILABLE and LXML_AVAILABLE:
|
||||
config = read_config()
|
||||
config = read_config(update_file=True)
|
||||
use_system_env = config['environment']['system']
|
||||
|
||||
if not use_system_env:
|
||||
|
||||
Reference in New Issue
Block a user