Fix app copying

This commit is contained in:
Erjan Gavalji
2015-10-07 17:36:14 +03:00
parent 0f670c8987
commit 4bad17d3ac

View File

@ -25,11 +25,11 @@ cd $workingdir
echo "------------------------------------------------"
echo "Copying the test app files..."
time cp -r ./bin/dist/apps/tests* ./app/
time cp -r ../../bin/dist/apps/tests/* ./app/
echo "------------------------------------------------"
echo "Adding the android platform..."
time tns platform add android
time tns platform add android #--frameworkPath=/Users/erjan/tns-android.tgz
# #DO THE REPLACEMENTS IN THE Info.plist and AndroidManifest.xml
echo "------------------------------------------------"