mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-20 02:55:38 +08:00
chore: 增加连接配置项 CompatPOSIXShellWithoutScreencapErr (#8359)
增加连接配置项 CompatPOSIXShellWithoutScreencapErr 以支援 Linux + AMDGPU 的情形
This commit is contained in:
@@ -155,6 +155,12 @@
|
||||
"baseConfig": "General",
|
||||
"screencapRawWithGzip": "[Adb] -s [AdbSerial] exec-out \"screencap 2>/dev/null | gzip -1\"",
|
||||
"screencapEncode": "[Adb] -s [AdbSerial] exec-out \"screencap -p 2>/dev/null\""
|
||||
},
|
||||
{
|
||||
"configName": "CompatPOSIXShellWithoutScreencapErr",
|
||||
"baseConfig": "CompatPOSIXShell",
|
||||
"screencapRawWithGzip": "[Adb] -s [AdbSerial] exec-out \"screencap 2>/dev/null | gzip -1\"",
|
||||
"screencapEncode": "[Adb] -s [AdbSerial] exec-out \"screencap -p 2>/dev/null\""
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user