Fix typo in script boinc x86.

Fix typo in script boinc x86.
This commit is contained in:
talregev 2020-06-04 21:42:26 +03:00 committed by GitHub
parent d5ce643f6a
commit 819cd37d94
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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