Add local elinux-artifacts use support (#193)

This change add ELINUX_ENGINE_BASE_LOCAL_DIRECTORY environment to use local artifacts of elinux without downloading them from GitHub.

Signed-off-by: Hidenori Matsubayashi <[email protected]>
This commit is contained in:
Hidenori Matsubayashi
2023-07-15 01:25:28 +00:00
committed by GitHub
parent 744ba63a0b
commit b9a5cc7605
2 changed files with 75 additions and 13 deletions
+1
View File
@@ -137,6 +137,7 @@ Future<void> main(List<String> args) async {
platform: globals.platform,
osUtils: globals.os,
projectFactory: globals.projectFactory,
processManager: globals.processManager,
),
TemplateRenderer: () => const MustacheTemplateRenderer(),
ApplicationPackageFactory: () => ELinuxApplicationPackageFactory(),