Commit 32bcb42
v0.2.1: tar.xz Linux target for distros without libfuse2 (#9)
AppImage needs libfuse2 at runtime. Ubuntu/Debian ship it; Arch-based
distros (CachyOS, Manjaro, EndeavourOS) ship fuse3 by default and need
the user to `pacman -S fuse2` first — a first-run friction we don't want.
Adds `target: tar.xz` alongside AppImage/deb. User extracts the tarball
and runs `./skiller` directly — no FUSE, no package manager, no
sudo. Loses menu integration vs AppImage, but that's an acceptable
fallback for the slice of users who get bitten by the FUSE2 dep.
CI workflow glob picks up `*.tar.xz` alongside the other artifacts.
README's Linux row lists all three formats with a one-line picker.
Version bump to 0.2.1 so existing 0.2.0 users can exercise the
electron-updater flow end-to-end (first upgrade from a packaged
Electron release — good smoke test).
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 00836f0 commit 32bcb42
4 files changed
Lines changed: 9 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
163 | 163 | | |
164 | 164 | | |
165 | 165 | | |
| 166 | + | |
166 | 167 | | |
167 | 168 | | |
168 | 169 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
81 | 81 | | |
82 | 82 | | |
83 | 83 | | |
84 | | - | |
| 84 | + | |
85 | 85 | | |
86 | 86 | | |
87 | 87 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
79 | 79 | | |
80 | 80 | | |
81 | 81 | | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
82 | 88 | | |
83 | 89 | | |
84 | 90 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
0 commit comments