chore: 增加连接配置项 CompatPOSIXShellWithoutScreencapErr (#8359)

增加连接配置项 CompatPOSIXShellWithoutScreencapErr

以支援 Linux + AMDGPU 的情形
This commit is contained in:
aur3l14no
2024-02-20 17:59:27 +08:00
committed by GitHub
parent d3686d4262
commit d5cac654cb

View File

@@ -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\""
}
]
}