feat: auto-launch app after USB install

This commit is contained in:
2026-08-07 14:27:24 +02:00
parent cd58d58b8f
commit 8f5d5d1ca8
+1
View File
@@ -13,6 +13,7 @@ desktop:
android-usb: android
$(ADB) -d install -r $(APK)
$(ADB) -d shell am start -n ch.parano.myicek/.MainActivity
android-emulator: android
@if ! $(ADB) devices | grep -q '^emulator'; then \