mirror of
https://github.com/spalencsar/bearhub.git
synced 2026-07-09 10:54:16 +02:00
[web] installing, removing and reading
This commit is contained in:
6
bauh/gems/web/nativefier.py
Normal file
6
bauh/gems/web/nativefier.py
Normal file
@@ -0,0 +1,6 @@
|
||||
from bauh.commons.system import SimpleProcess
|
||||
from bauh.gems.web import NATIVEFIER_BIN_PATH
|
||||
|
||||
|
||||
def install(url: str, name: str, output_dir: str, electron_version: str, cwd: str) -> SimpleProcess:
|
||||
return SimpleProcess([NATIVEFIER_BIN_PATH, url, '--name', name, '-e', electron_version, output_dir], cwd=cwd)
|
||||
Reference in New Issue
Block a user