Commit 44836ca
fix: Resolve Linux AppImage bundling failure in CI
Exclude AppImage from build targets to prevent linuxdeploy failures in CI environments. AppImage bundling requires complex FUSE setup that can be unreliable in GitHub Actions runners. Continue providing .deb and .rpm packages which are more commonly used for Linux distribution.
Also add libfuse2 dependency for future AppImage support if needed.
Co-authored-by: Cursor <cursoragent@cursor.com>1 parent 0cbaed6 commit 44836ca
2 files changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
20 | | - | |
| 19 | + | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | | - | |
| 47 | + | |
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
| |||
0 commit comments