mirror of
https://github.com/bol-van/zapret.git
synced 2025-08-10 01:02:03 +03:00
rename android bin dir
This commit is contained in:
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -437,7 +437,7 @@ jobs:
|
|||||||
if [ -d $dir ]; then
|
if [ -d $dir ]; then
|
||||||
echo "Processing $dir"
|
echo "Processing $dir"
|
||||||
case $dir in
|
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-armeabi-v7a ) run_dir android-arm ;;
|
||||||
*-android-x86 ) run_dir android-x86 ;;
|
*-android-x86 ) run_dir android-x86 ;;
|
||||||
*-android-x86_64 ) run_dir android-x86_64 ;;
|
*-android-x86_64 ) run_dir android-x86_64 ;;
|
||||||
|
Reference in New Issue
Block a user