mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-17 21:01:34 +08:00
Fix app copying
This commit is contained in:
@ -25,11 +25,11 @@ cd $workingdir
|
|||||||
|
|
||||||
echo "------------------------------------------------"
|
echo "------------------------------------------------"
|
||||||
echo "Copying the test app files..."
|
echo "Copying the test app files..."
|
||||||
time cp -r ./bin/dist/apps/tests* ./app/
|
time cp -r ../../bin/dist/apps/tests/* ./app/
|
||||||
|
|
||||||
echo "------------------------------------------------"
|
echo "------------------------------------------------"
|
||||||
echo "Adding the android platform..."
|
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
|
# #DO THE REPLACEMENTS IN THE Info.plist and AndroidManifest.xml
|
||||||
|
|
||||||
echo "------------------------------------------------"
|
echo "------------------------------------------------"
|
||||||
|
Reference in New Issue
Block a user