mirror of
https://github.com/Suwayomi/Suwayomi-Server.git
synced 2026-06-30 17:34:39 -05:00
Update getAndroid.ps1
This commit is contained in:
@@ -1,3 +1,5 @@
|
|||||||
|
# This is a windows only powershell script to create android.jar stubs
|
||||||
|
# foolproof against running from AndroidCompat dir instead of running from project root
|
||||||
if ($(Split-Path -Path (Get-Location) -Leaf) -eq "AndroidCompat" ) {
|
if ($(Split-Path -Path (Get-Location) -Leaf) -eq "AndroidCompat" ) {
|
||||||
Set-Location ..
|
Set-Location ..
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user