mirror of
https://github.com/yume-chan/ya-webadb.git
synced 2025-10-04 02:09:18 +02:00
feat(scrcpy-server): separate package, add support for Vite
This commit is contained in:
parent
419a7559fe
commit
9b0e06cdfb
34 changed files with 4717 additions and 2588 deletions
|
@ -396,7 +396,7 @@ export class PackageManager extends AdbCommandBase {
|
|||
return output
|
||||
.split("\n")
|
||||
.filter((line) => !!line)
|
||||
.map(PackageManager.parsePackageListItem);
|
||||
.map((line) => PackageManager.parsePackageListItem(line));
|
||||
}
|
||||
|
||||
// TODO: install: support split apk formats (`adb install-multiple`)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue