You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: vary electron AppImage desktopName/productName per stage
Adds patchElectronStageBranding helper invoked from all 4 electron build
entry points after config-effective.json is written. Writes the kebab-case
stage identifier into both src-electron/electron-builder.yml productName
(becomes the .desktop StartupWMClass) and src-electron/package.json
desktopName (Electron 41.5+ Wayland app_id) so they match per stage:
dev -> phoenix-code-experimental-build
stage -> phoenix-code-pre-release
prod -> phoenix-code
Without per-stage identifiers the AppImages collapse into one taskbar
entry / icon slot when installed side-by-side.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
0 commit comments