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)
|
||||||
@ -87,4 +87,4 @@ Move-Item -Force $android_jar "AndroidCompat/lib/android.jar"
|
|||||||
Write-Output "Cleaning up..."
|
Write-Output "Cleaning up..."
|
||||||
Remove-Item -Recurse -Force "tmp"
|
Remove-Item -Recurse -Force "tmp"
|
||||||
|
|
||||||
Write-Output "Done!"
|
Write-Output "Done!"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user