fix linux desktop packaging paths (#1162)

Co-authored-by: xingzhi <chuzihao.czh@alibaba-inc.com>
This commit is contained in:
sir1st
2026-05-30 20:14:24 +08:00
committed by GitHub
parent 46bd7d0420
commit dcbf601e35
15 changed files with 46 additions and 3 deletions
+5
View File
@@ -21,6 +21,10 @@ files:
# Web UI source (built dist) and bundled Python live outside the asar.
# This package lives at packages/desktop, so ../.. is the hermes-web-ui repo root.
extraResources:
- from: "build"
to: "build"
filter:
- "icon.png"
- from: "../.."
to: "webui"
filter:
@@ -57,6 +61,7 @@ win:
artifactName: "${productName}-${version}-${arch}.${ext}"
linux:
icon: build/icons
target:
- target: AppImage
arch: [x64, arm64]