fix: adb addressRegex (#15142)

This commit is contained in:
HX3N
2025-12-20 15:58:31 +09:00
committed by GitHub
parent 1f7dcde3f9
commit 2f88a7e2e8

View File

@@ -58,7 +58,7 @@
{
"configName": "General",
"devices": "[Adb] devices",
"addressRegex": "(.+)\tdevice",
"addressRegex": "([^\\n]+)\tdevice",
"connect": "[Adb] connect [AdbSerial]",
"uuid": "[Adb] -s [AdbSerial] shell settings get secure android_id",
"version": "[Adb] -s [AdbSerial] shell getprop ro.build.version.release",