feat: replace disableHardwareAcceleration with --no-sandbox

This commit is contained in:
Zamitto 2024-05-18 15:04:54 -03:00
parent e5fec91062
commit 250c6901b7

View File

@ -19,7 +19,7 @@ autoUpdater.setFeedURL({
const gotTheLock = app.requestSingleInstanceLock();
if (!gotTheLock) app.quit();
app.disableHardwareAcceleration();
app.commandLine.appendSwitch("--no-sandbox");
i18n.init({
resources,