feat: 灵犀 Studio Web UI 定制版
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -0,0 +1,85 @@
|
||||
appId: com.hermeswebui.studio
|
||||
productName: Hermes Studio
|
||||
copyright: Copyright © 2026
|
||||
|
||||
directories:
|
||||
output: release
|
||||
buildResources: build
|
||||
|
||||
publish:
|
||||
provider: generic
|
||||
url: https://download.ekkolearnai.com
|
||||
|
||||
# Don't auto-prune our root node_modules; we curate `files` and `extraResources` ourselves.
|
||||
buildDependenciesFromSource: false
|
||||
nodeGypRebuild: false
|
||||
npmRebuild: false
|
||||
|
||||
files:
|
||||
- "dist/**/*"
|
||||
- "package.json"
|
||||
- "!**/node_modules/*/{CHANGELOG.md,README.md,README,readme.md,readme,LICENSE,LICENSE.txt,license,*.d.ts}"
|
||||
- "!**/node_modules/.bin"
|
||||
- "!**/{.DS_Store,.git,.gitignore,.eslintrc*,.prettierrc*,*.map,tsconfig.json}"
|
||||
|
||||
# Web UI source (built dist) lives outside the asar. Python/Node/Git runtime
|
||||
# assets are downloaded into the user's Web UI home on first launch.
|
||||
# This package lives at packages/desktop, so ../.. is the hermes-web-ui repo root.
|
||||
extraResources:
|
||||
- from: "build"
|
||||
to: "build"
|
||||
filter:
|
||||
- "icon.png"
|
||||
- "icon.ico"
|
||||
- "trayTemplate.png"
|
||||
- "trayWindows.png"
|
||||
- "runtime-release.json"
|
||||
- from: "../.."
|
||||
to: "webui"
|
||||
filter:
|
||||
- "package.json"
|
||||
- "dist/**"
|
||||
- "node_modules/**"
|
||||
# Drop other-platform node-pty prebuilds (saves ~45MB)
|
||||
- "!node_modules/node-pty/prebuilds/!(${platform}-${arch})/**"
|
||||
- "!node_modules/node-pty/build/**"
|
||||
- "!packages/desktop/**"
|
||||
- "!**/{.git,.github,docs,tests,playwright.config.ts,README*,scripts,*.map}"
|
||||
- "!node_modules/**/*.md"
|
||||
|
||||
asarUnpack:
|
||||
- "**/*.node"
|
||||
|
||||
mac:
|
||||
target:
|
||||
- target: dmg
|
||||
arch: [arm64, x64]
|
||||
- target: zip
|
||||
arch: [arm64, x64]
|
||||
category: public.app-category.developer-tools
|
||||
hardenedRuntime: true
|
||||
gatekeeperAssess: false
|
||||
notarize: true
|
||||
artifactName: "Hermes.Studio-${version}-${arch}.${ext}"
|
||||
|
||||
win:
|
||||
target:
|
||||
- target: nsis
|
||||
arch: [x64]
|
||||
artifactName: "Hermes.Studio-${version}-${arch}.${ext}"
|
||||
|
||||
linux:
|
||||
icon: build/icons
|
||||
target:
|
||||
- target: AppImage
|
||||
arch: [x64, arm64]
|
||||
- target: deb
|
||||
arch: [x64] # fpm has no arm64 binary; deb only on x64
|
||||
category: Development
|
||||
artifactName: "Hermes.Studio-${version}-${arch}.${ext}"
|
||||
|
||||
nsis:
|
||||
oneClick: false
|
||||
allowToChangeInstallationDirectory: true
|
||||
perMachine: false
|
||||
include: build/installer.nsh
|
||||
Reference in New Issue
Block a user