From b7399409fe08033607de0dd4bdee26f1cb2a9daa Mon Sep 17 00:00:00 2001 From: Timothy Jaeryang Baek Date: Wed, 18 Mar 2026 19:12:58 -0500 Subject: [PATCH] refac --- src/main/index.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/main/index.ts b/src/main/index.ts index 999a347..c544957 100644 --- a/src/main/index.ts +++ b/src/main/index.ts @@ -85,6 +85,10 @@ log.transports.file.resolvePathFn = () => getLogFilePath('main') import icon from '../../resources/icon.png?asset' +if (process.platform === 'linux') { + app.commandLine.appendSwitch('no-sandbox') +} + // ─── State ────────────────────────────────────────────── let mainWindow: BrowserWindow | null = null