Skip to content

Commit 851d3a8

Browse files
fix(forge): set deb maker bin to executableName so Linux .deb builds
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
1 parent 15e01af commit 851d3a8

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

frontend/forge.config.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,10 @@ const config: ForgeConfig = {
4242
name: "@electron-forge/maker-deb",
4343
config: {
4444
options: {
45+
// Must match packagerConfig.executableName; otherwise the deb
46+
// maker looks for `agent-orchestrator-frontend` (the package name)
47+
// and fails with "could not find the Electron app binary".
48+
bin: "agent-orchestrator",
4549
icon: "assets/icon.png",
4650
maintainer: "Agent Orchestrator",
4751
homepage: "https://github.com/aoagents/agent-orchestrator",

0 commit comments

Comments
 (0)