Fix build script path :)

This commit is contained in:
OleSTEEP 2024-01-03 00:12:13 +03:00
parent 84ba78d067
commit 31bb4b20d1

View file

@ -54,5 +54,5 @@ sed -i '' -e 's/org.apache.cordova.*;/com.vladstirbu.cordova.CordovaActivity;/g'
cordova build android cordova build android
adb shell am force-stop su.viende.omori adb shell am force-stop su.viende.omori
adb install /Volumes/Projects/OMORI_Android/OMORI/platforms/android/app/build/outputs/apk/debug/app-debug.apk adb install platforms/android/app/build/outputs/apk/debug/app-debug.apk
adb shell am start -n "su.viende.omori/su.viende.omori.MainActivity" adb shell am start -n "su.viende.omori/su.viende.omori.MainActivity"