Explorar el Código

fix cordova not found error in build.sh

pull/342/head
Guillaume Vincent hace 7 años
padre
commit
befa66fe17
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. +2
    -2
      build.sh

+ 2
- 2
build.sh Ver fichero

@@ -3,7 +3,7 @@

rm -rf plateforms/android
npm run build
cordova clean
./node_modules/.bin/cordova clean

cp www/icons/mipmap-hdpi/icon.png platforms/android/res/mipmap-hdpi/icon.png
cp www/icons/mipmap-ldpi/icon.png platforms/android/res/mipmap-ldpi/icon.png
@@ -16,4 +16,4 @@ cp www/icons/drawable-land-xhdpi/screen.png platforms/android/res/drawable-land-
cp www/icons/drawable-port-hdpi/screen.png platforms/android/res/drawable-port-hdpi/screen.png
cp www/icons/drawable-port-ldpi/screen.png platforms/android/res/drawable-port-ldpi/screen.png
cp www/icons/drawable-port-mdpi/screen.png platforms/android/res/drawable-port-mdpi/screen.png
cp www/icons/drawable-port-xhdpi/screen.png platforms/android/res/drawable-port-xhdpi/screen.png
cp www/icons/drawable-port-xhdpi/screen.png platforms/android/res/drawable-port-xhdpi/screen.png

Cargando…
Cancelar
Guardar