Skip to content

Commit 616d245

Browse files
aboseclaude
andcommitted
chore: set electron AppImage dev kebab as committed default
src-electron/package.json desktopName and src-electron/electron-builder.yml productName were committed as the prod kebab (`phoenix-code`), but the matching display productName ("Phoenix Code Experimental Build") and config.json `stage: dev` are dev defaults. Align both to the dev kebab so a raw `npm run build:appimage` (no wrapper script) produces a coherent dev AppImage; CI wrappers continue to overwrite per stage via patchElectronStageBranding. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent bbb340c commit 616d245

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src-electron/electron-builder.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
appId: io.phcode.dev
2-
productName: phoenix-code
2+
productName: phoenix-code-experimental-build
33
copyright: Copyright © 2024 phcode.dev
44

55
asar: true

src-electron/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
],
99
"version": "5.1.8",
1010
"productName": "Phoenix Code Experimental Build",
11-
"desktopName": "phoenix-code",
11+
"desktopName": "phoenix-code-experimental-build",
1212
"description": "Phoenix Code Experimental Build",
1313
"main": "main.js",
1414
"scripts": {

0 commit comments

Comments
 (0)