fix(forge): set deb maker bin to executableName so Linux .deb builds

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
Harshit Singh Bhandari 2026-06-22 20:30:54 +05:30
parent 15e01af7c6
commit 851d3a88e6
No known key found for this signature in database
1 changed files with 4 additions and 0 deletions

View File

@ -42,6 +42,10 @@ const config: ForgeConfig = {
name: "@electron-forge/maker-deb",
config: {
options: {
// Must match packagerConfig.executableName; otherwise the deb
// maker looks for `agent-orchestrator-frontend` (the package name)
// and fails with "could not find the Electron app binary".
bin: "agent-orchestrator",
icon: "assets/icon.png",
maintainer: "Agent Orchestrator",
homepage: "https://github.com/aoagents/agent-orchestrator",