[wgem] config: allowing to use a custom electron version

This commit is contained in:
Vinícius Moreira
2019-12-17 15:54:01 -03:00
parent e87c95ea9e
commit 70bd76c52a
4 changed files with 38 additions and 8 deletions

View File

@@ -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: