mirror of
https://github.com/bol-van/zapret.git
synced 2025-06-29 18:21:16 +00:00
rename android bin dir
This commit is contained in:
parent
f3d90d4e00
commit
acf888c493
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -437,7 +437,7 @@ jobs:
|
||||
if [ -d $dir ]; then
|
||||
echo "Processing $dir"
|
||||
case $dir in
|
||||
*-android-arm64-v8a ) run_dir android-aarch64 ;;
|
||||
*-android-arm64-v8a ) run_dir android-arm64 ;;
|
||||
*-android-armeabi-v7a ) run_dir android-arm ;;
|
||||
*-android-x86 ) run_dir android-x86 ;;
|
||||
*-android-x86_64 ) run_dir android-x86_64 ;;
|
||||
|
Loading…
Reference in New Issue
Block a user