fix(desktop): set productName so Electron uses Fusion as app name

Without productName, Electron's app.getName() returns the package
name "@fusion/desktop", which macOS uses for the user-data dir and
some app surfaces. Setting productName=Fusion aligns runtime naming
with the electron-builder productName and the Info.plist bundle name.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
gsxdsm
2026-05-16 13:21:57 -07:00
parent a2710fb70f
commit a679df7d1c

View File

@@ -1,5 +1,6 @@
{ {
"name": "@fusion/desktop", "name": "@fusion/desktop",
"productName": "Fusion",
"version": "0.31.0", "version": "0.31.0",
"license": "MIT", "license": "MIT",
"description": "Fusion desktop: Electron wrapper around the Fusion dashboard for macOS, Windows, and Linux.", "description": "Fusion desktop: Electron wrapper around the Fusion dashboard for macOS, Windows, and Linux.",