From 2634acd8d28946b2dfaeea063b42830ca3fee394 Mon Sep 17 00:00:00 2001 From: popjdh Date: Sat, 17 Dec 2022 11:41:18 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=AD=A3adb=20exec-out=E5=8F=82?= =?UTF-8?q?=E6=95=B0,=20=E9=98=B2=E6=AD=A2=E9=87=8D=E5=AE=9A=E5=90=91?= =?UTF-8?q?=E7=AC=A6=E4=B8=8D=E7=94=9F=E6=95=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- resource/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resource/config.json b/resource/config.json index 1a3696cfb6..69177f847a 100644 --- a/resource/config.json +++ b/resource/config.json @@ -126,7 +126,7 @@ "configName": "GeneralWithoutScreencapErr", "baseConfig": "General", "screencapRawWithGzip": "[Adb] -s [AdbSerial] exec-out \"screencap 2>/tmp/maa-assistant-arknights.log | gzip -1\"", - "screencapEncode": "[Adb] -s [AdbSerial] exec-out screencap -p 2>/tmp/maa-assistant-arknights.log" + "screencapEncode": "[Adb] -s [AdbSerial] exec-out \"screencap -p 2>/tmp/maa-assistant-arknights.log\"" } ] }