fix(desktop): update Electron stack and panel layout (#31571)

This commit is contained in:
Luke Parker
2026-06-09 23:34:35 +00:00
committed by GitHub
parent bc42187c58
commit 1cc94bb23e
7 changed files with 316 additions and 50 deletions
@@ -74,6 +74,7 @@ const getBase = (): Configuration => ({
linux: {
icon: `resources/icons`,
category: "Development",
executableName: "opencode-desktop",
target: ["AppImage", "deb", "rpm"],
},
})