[termux] testing support for termux v20
This commit is contained in:
@@ -15,11 +15,13 @@ const puppeteerConfig = isTermux
|
|||||||
? {
|
? {
|
||||||
executablePath: "/data/data/com.termux/files/usr/bin/chromium-browser",
|
executablePath: "/data/data/com.termux/files/usr/bin/chromium-browser",
|
||||||
args: [
|
args: [
|
||||||
"--no-sandbox",
|
"--no-sandbox",
|
||||||
"--disable-setuid-sandbox",
|
"--disable-setuid-sandbox",
|
||||||
"--disable-dev-shm-usage",
|
"--disable-dev-shm-usage",
|
||||||
"--disable-gpu",
|
"--disable-gpu",
|
||||||
"--disable-software-rasterizer"
|
"--single-process",
|
||||||
|
"--no-zygote",
|
||||||
|
"--disable-software-rasterizer"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
: {};
|
: {};
|
||||||
|
|||||||
Reference in New Issue
Block a user