fix(shorebird_cli): aot_tools path when using local engine (#2457)
This commit is contained in:
@@ -145,6 +145,7 @@ class ShorebirdLocalEngineArtifacts implements ShorebirdArtifacts {
|
||||
return File(
|
||||
p.join(
|
||||
engineConfig.localEngineSrcPath!,
|
||||
'flutter',
|
||||
'third_party',
|
||||
'dart',
|
||||
'pkg',
|
||||
|
||||
@@ -188,6 +188,7 @@ void main() {
|
||||
equals(
|
||||
p.join(
|
||||
localEngineSrcPath,
|
||||
'flutter',
|
||||
'third_party',
|
||||
'dart',
|
||||
'pkg',
|
||||
|
||||
Reference in New Issue
Block a user