mirror of
https://github.com/tachiyomiorg/tachiyomi-extensions-inspector.git
synced 2025-02-28 22:43:38 +01:00
Update getAndroid.ps1
This commit is contained in:
parent
1a4a8af384
commit
34ed3e5c68
@ -12,7 +12,7 @@ $android_jar = (Get-Location).Path + "\tmp\android.jar"
|
|||||||
|
|
||||||
[IO.File]::WriteAllBytes($android_jar, [Convert]::FromBase64String($androidEncoded))
|
[IO.File]::WriteAllBytes($android_jar, [Convert]::FromBase64String($androidEncoded))
|
||||||
|
|
||||||
# We need to remove any stub classes that we might use
|
# We need to remove any stub classes that we have implementations for
|
||||||
Write-Output "Patching JAR..."
|
Write-Output "Patching JAR..."
|
||||||
|
|
||||||
function Remove-Files-Zip($zipfile, $path)
|
function Remove-Files-Zip($zipfile, $path)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user