mirror of
https://github.com/Suwayomi/Suwayomi-Server.git
synced 2026-07-02 18:34:39 -05:00
Update getAndroid.ps1
This commit is contained in:
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user