Skip to content

Commit 0a83396

Browse files
build(linux): ship deb and rpm instead of AppImage
linuxdeploy aborts on the claude-agent-sdk's vendored static claude binary (ldd exits 1 inside the gtk plugin, SIGABRT), and the sidecar needs that binary at runtime so it cannot be excluded. deb and rpm bundle the same resources without ldd-walking them.
1 parent 750f6c7 commit 0a83396

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"bundle": {
3+
"targets": ["deb", "rpm"]
4+
}
5+
}

0 commit comments

Comments
 (0)