fix generation of Android and iOS packages. The purpose is testing.
This commit is contained in:
parent
9b27c30679
commit
db009f3874
5 changed files with 12 additions and 5 deletions
|
|
@ -109,6 +109,9 @@ cd $BUILDDIR
|
|||
cp config.xml $PROJECT/config.xml
|
||||
checkOK
|
||||
|
||||
mkdir -p $PROJECT/platforms/android/res/xml/
|
||||
checkOK
|
||||
|
||||
cp android/AndroidManifest.xml $PROJECT/platforms/android/AndroidManifest.xml
|
||||
checkOK
|
||||
|
||||
|
|
@ -121,6 +124,12 @@ checkOK
|
|||
cp -R android/res/* $PROJECT/platforms/android/res
|
||||
checkOK
|
||||
|
||||
mkdir -p $PROJECT/platforms/ios/Copay/Resources/icons
|
||||
checkOK
|
||||
|
||||
mkdir -p $PROJECT/platforms/ios/Copay/Resources/splash
|
||||
checkOK
|
||||
|
||||
if [[ !$SKIPIOS ]]; then
|
||||
cp -R ios/icons/* $PROJECT/platforms/ios/Copay/Resources/icons
|
||||
checkOK
|
||||
|
|
@ -129,4 +138,3 @@ if [[ !$SKIPIOS ]]; then
|
|||
checkOK
|
||||
fi
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue