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:
@@ -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(),
|
||||
|
||||
Reference in New Issue
Block a user