v1.10.0 #471

Merged
LukeGus merged 106 commits from dev-1.10.0 into main 2026-01-01 04:20:12 +00:00
Showing only changes of commit f8de3369c3 - Show all commits

View File

@@ -11,13 +11,12 @@ const fs = require("fs");
const os = require("os");
if (process.platform === "linux") {
app.commandLine.appendSwitch("--no-sandbox");
app.commandLine.appendSwitch("--disable-setuid-sandbox");
app.commandLine.appendSwitch("--disable-dev-shm-usage");
app.disableHardwareAcceleration();
app.commandLine.appendSwitch("--disable-gpu");
app.commandLine.appendSwitch("--disable-gpu-compositing");
app.commandLine.appendSwitch("--use-gl=angle");
app.commandLine.appendSwitch("--use-angle=swiftshader");
app.commandLine.appendSwitch("--in-process-gpu");
}
app.commandLine.appendSwitch("--ignore-certificate-errors");