Fix android tile service
Support append system DNS Fix some issues
This commit is contained in:
@@ -140,6 +140,8 @@ class Build {
|
||||
bool runInShell = true,
|
||||
}) async {
|
||||
if (name != null) print('run $name');
|
||||
print('exec: ${executable.join(' ')}');
|
||||
print('env: ${environment.toString()}');
|
||||
final process = await Process.start(
|
||||
executable[0],
|
||||
executable.sublist(1),
|
||||
|
||||
Reference in New Issue
Block a user