disable android auto backup
This commit is contained in:
parent
b432ce0fc1
commit
5607fee192
3 changed files with 28 additions and 2 deletions
|
|
@ -209,6 +209,12 @@ if [ $CURRENT_OS == "ANDROID" ]; then
|
|||
cp android/project.properties $PROJECT/platforms/android/project.properties
|
||||
checkOK
|
||||
|
||||
mkdir -p $PROJECT/scripts
|
||||
checkOK
|
||||
|
||||
cp scripts/* $PROJECT/scripts
|
||||
checkOK
|
||||
|
||||
cp -R android/res/* $PROJECT/platforms/android/res
|
||||
checkOK
|
||||
fi
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue