Android: Fix path issue for copying assets

This commit is contained in:
Rom Walton 2013-02-12 18:19:55 -05:00 committed by Oliver Bock
parent 6012f9261f
commit b501d5c358
1 changed files with 2 additions and 1 deletions

View File

@ -48,9 +48,10 @@ make stage
echo "Stripping Binaries"
cd stage/usr/local/bin
arm-linux-androideabi-strip *
cd ../../../..
cd ../../../../
echo "Copy Assets"
cd $BOINC/android
mkdir "BOINC/assets"
cp "$BOINC/stage/usr/local/bin/boinc" "BOINC/assets/boinc"
cp "$BOINC/win_build/installerv2/redist/all_projects_list.xml" "BOINC/assets/all_projects_list.xml"