diff --git a/android/build_boinc_x86.sh b/android/build_boinc_x86.sh index 1ddd4aadc1..cf215e41b3 100755 --- a/android/build_boinc_x86.sh +++ b/android/build_boinc_x86.sh @@ -61,6 +61,6 @@ if [ -n "$COMPILEBOINC" ]; then cp "$BOINC/win_build/installerv2/redist/all_projects_list.xml" "BOINC/app/src/main/assets/all_projects_list.xml" cp "$BOINC/curl/ca-bundle.crt" "BOINC/app/src/main/assets/ca-bundle.crt" - echo "===== BOINC for 86 build done =====" + echo "===== BOINC for x86 build done =====" fi