mirror of
https://github.com/stablyai/orca
synced 2026-04-21 14:17:16 +00:00
Capitalize app name to Orca for desktop installs (#11)
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
a9e2b49e56
commit
091dc3e4e2
1 changed files with 2 additions and 2 deletions
|
|
@ -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}
|
||||
|
|
|
|||
Loading…
Reference in a new issue