Merge pull request #220 from gabrielbazan7/fix/autoBackup1
no error if already exist
This commit is contained in:
commit
a8794aa35e
1 changed files with 1 additions and 1 deletions
|
|
@ -20,7 +20,7 @@ ios: $(WORKDIR)ios
|
|||
|
||||
android: project-android
|
||||
mkdir -p android/platforms/android/res/xml/
|
||||
mkdir $(WORKDIR)android/scripts
|
||||
mkdir -p $(WORKDIR)android/scripts
|
||||
cp -R scripts/* $(WORKDIR)android/scripts
|
||||
cp android/build-extras.gradle $(WORKDIR)android/platforms/android/build-extras.gradle
|
||||
cp android/project.properties $(WORKDIR)android/platforms/android/project.properties
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue