From 197a93aea7a9f7b5d3ec8bd2b99cef92db0ae318 Mon Sep 17 00:00:00 2001 From: Simeon Radivoev Date: Fri, 23 Jan 2026 06:12:57 +0200 Subject: [PATCH] fix: moved to cef --- electrobun.config.ts | 2 +- src/bun/index.ts | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/electrobun.config.ts b/electrobun.config.ts index f862b38..cd2f74f 100644 --- a/electrobun.config.ts +++ b/electrobun.config.ts @@ -14,7 +14,7 @@ export default { bundleCEF: false, }, linux: { - bundleCEF: false, + bundleCEF: true, }, win: { bundleCEF: false, diff --git a/src/bun/index.ts b/src/bun/index.ts index c4b5e87..35266d7 100644 --- a/src/bun/index.ts +++ b/src/bun/index.ts @@ -24,6 +24,7 @@ const url = await getMainViewUrl(); const mainWindow = new BrowserWindow({ title: "GameFlow", url, + renderer: 'cef', styleMask: { Borderless: true, },