mirror of
https://github.com/yume-chan/ya-webadb.git
synced 2025-10-05 10:49:24 +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);
|
const args = this.buildInstallArgs(options);
|
||||||
|
args.push(filePath);
|
||||||
const process = await AdbSubprocessNoneProtocol.raw(
|
const process = await AdbSubprocessNoneProtocol.raw(
|
||||||
this.adb,
|
this.adb,
|
||||||
args.map(escapeArg).join(" ")
|
args.map(escapeArg).join(" ")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue