fix upstream update
This commit is contained in:
parent
69e2602e28
commit
ccac3cc956
1 changed files with 1 additions and 1 deletions
|
@ -192,7 +192,7 @@ function main {
|
|||
}
|
||||
}
|
||||
|
||||
foreach ($i in (execJava -jar .\app\revanced-cli.jar -b .\app\revanced-patches.jar -l)) {
|
||||
foreach ($i in (execJava -jar .\app\revanced-cli.jar -a $selectedApk -b .\app\revanced-patches.jar -l)) {
|
||||
$i = $i.ToString().substring(6).split("`t")
|
||||
[void] $integrationsList.Add([Integration]::new($i[0].TrimStart(), $i[1]))
|
||||
}
|
||||
|
|
Reference in a new issue