Merge branch 'main' into feat/splash-screen-for-updates

This commit is contained in:
Zamitto 2024-05-18 19:25:38 -03:00
commit e2257d7ca5
3 changed files with 88 additions and 22 deletions

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,