mirror of
https://github.com/yume-chan/ya-webadb.git
synced 2025-10-03 17:59:50 +02:00
fix(bin): add missing arg for pm install
This commit is contained in:
parent
a5afb560d0
commit
228d2ab7d3
1 changed files with 1 additions and 0 deletions
|
@ -239,6 +239,7 @@ export class PackageManager extends AdbCommandBase {
|
|||
}
|
||||
|
||||
const args = this.buildInstallArgs(options);
|
||||
args.push(filePath);
|
||||
const process = await AdbSubprocessNoneProtocol.raw(
|
||||
this.adb,
|
||||
args.map(escapeArg).join(" ")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue