From 091dc3e4e266d2cb02e728972e60ab3dd66ccd2c Mon Sep 17 00:00:00 2001 From: Neil <4138956+nwparker@users.noreply.github.com> Date: Sat, 21 Mar 2026 17:06:41 -0700 Subject: [PATCH] Capitalize app name to Orca for desktop installs (#11) Co-authored-by: Claude Opus 4.6 --- electron-builder.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/electron-builder.yml b/electron-builder.yml index 758f9241c57..c197890ac04 100644 --- a/electron-builder.yml +++ b/electron-builder.yml @@ -1,5 +1,5 @@ appId: com.stablyai.orca -productName: orca +productName: Orca directories: buildResources: build files: @@ -12,7 +12,7 @@ files: asarUnpack: - resources/** win: - executableName: orca + executableName: Orca nsis: artifactName: ${name}-${version}-setup.${ext} shortcutName: ${productName}