mirror of https://github.com/BOINC/boinc.git
Android: Fix path issue for copying assets
This commit is contained in:
parent
6012f9261f
commit
b501d5c358
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue