agent-orchestrator/frontend
Deepak Modi 60ed6610be
fix(installer): point Windows NSIS shortcut at the real binary (#2414) (#2467)
electron-builder derives the Windows exe name -- and thus the Start menu
shortcut's TargetPath and IconLocation -- from win.executableName, falling
back to productName when it is unset. The NSIS maker only forwarded
productName ("Agent Orchestrator"), so electron-builder generated a shortcut
targeting "Agent Orchestrator.exe" while Forge's packager actually produced
"agent-orchestrator.exe". The shortcut pointed at a file that does not exist:
clicking it silently did nothing, and its icon fell back to a generic glyph.

Forward win.executableName ("agent-orchestrator") so the shortcut targets the
real binary, and hoist the name into a single EXECUTABLE_NAME constant shared
by the packager and the NSIS/deb makers so they cannot drift apart again.

Verified on Windows 11 by building the installer and silent-installing it: the
Start menu shortcut now targets
%LOCALAPPDATA%\Programs\agent-orchestrator\agent-orchestrator.exe with
IconLocation set to the same exe, and the app launches.
2026-07-08 13:14:36 +05:30
..
assets feat(icon): apply runtime app icon on macOS (#2296) 2026-06-30 15:27:50 +05:30
docs release: desktop-release runbook + fix the Prettier CI treadmill (#2394) 2026-07-06 22:19:34 +05:30
e2e test(e2e): guard sidebar brand vs macOS titlebar cluster (#366) (#374) 2026-06-22 13:14:01 +05:30
makers fix(installer): point Windows NSIS shortcut at the real binary (#2414) (#2467) 2026-07-08 13:14:36 +05:30
scripts feat(release): add important flag to nightly feed manifests (#2378) 2026-07-03 22:23:03 +05:30
src Revert "feat(session): switch a session's agent mid-flight (#2412)" (#2502) 2026-07-08 00:52:05 +05:30
.gitignore fix(update): bundle app-update.yml so electron-updater can install (forge omits it) (#2244) 2026-06-28 23:36:06 +05:30
.npmrc feat(renderer): clone agent-orchestrator shell and inspector 2026-06-11 16:45:00 +05:30
components.json feat(renderer): clone agent-orchestrator shell and inspector 2026-06-11 16:45:00 +05:30
forge.config.ts fix(installer): point Windows NSIS shortcut at the real binary (#2414) (#2467) 2026-07-08 13:14:36 +05:30
index.html feat(frontend): scaffold for frontend with complimentary backend changes (#168) 2026-06-10 11:40:17 +05:30
package-lock.json feat: combine workspace project stack (#2460) 2026-07-07 22:25:50 +05:30
package.json chore(release): stamp desktop app version 0.10.0 (#2248) 2026-06-28 23:24:57 +05:30
playwright.config.ts feat(frontend): scaffold for frontend with complimentary backend changes (#168) 2026-06-10 11:40:17 +05:30
pnpm-lock.yaml feat: combine workspace project stack (#2460) 2026-07-07 22:25:50 +05:30
pnpm-workspace.yaml feat: combine workspace project stack (#2460) 2026-07-07 22:25:50 +05:30
tsconfig.json fix(desktop): package Windows via NSIS instead of Squirrel (#403) 2026-06-23 20:44:30 +05:30
vite.main.config.ts feat(frontend): scaffold for frontend with complimentary backend changes (#168) 2026-06-10 11:40:17 +05:30
vite.preload.config.ts feat(frontend): scaffold for frontend with complimentary backend changes (#168) 2026-06-10 11:40:17 +05:30
vite.renderer.config.ts feat(frontend): add live browser panel (#375) 2026-06-22 04:14:18 +05:30
vitest.config.ts fix(spawn): stop sending branch on spawn, render API errors, wire worker name (#171) 2026-06-11 12:13:30 +05:30