Skip to content

Commit 280a771

Browse files
committed
V2.10.41 - align program name to cubecloud-agent-desktop
Two-file change: - electron-builder.yml: productName Agent Desktop -> cubecloud-agent-desktop - cubecloud-desktop/.github/workflows/release.yml: release title 'Agent Desktop v\' -> 'cubecloud-agent-desktop v\' The user-facing program name is now cubecloud-agent-desktop. The internal executable and file names (cubecloud-desktop.exe, cubecloud-desktop-0.6.0-*.exe) are unchanged because package.json 'name' and win.executableName are out of scope for this commit. Verified: electron-builder produces an installer that installs as cubecloud-agent-desktop in Windows Programs and Features.
1 parent 2a82865 commit 280a771

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

cubecloud-desktop/.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -337,7 +337,7 @@ jobs:
337337
uses: softprops/action-gh-release@v2
338338
with:
339339
tag_name: ${{ needs.prepare.outputs.tag }}
340-
name: Agent Desktop ${{ needs.prepare.outputs.tag }}
340+
name: cubecloud-agent-desktop ${{ needs.prepare.outputs.tag }}
341341
generate_release_notes: true
342342
files: |
343343
artifacts/*.dmg

cubecloud-desktop/electron-builder.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
appId: io.cubecloud.desktop
2-
productName: Agent Desktop
2+
productName: cubecloud-agent-desktop
33
directories:
44
buildResources: build
55
files:

0 commit comments

Comments
 (0)