Commit 309cd78
fix(desktop): buffer appimagetool download before writing to disk
Bun.write(path, Response) silently fails on GitHub Actions CI runners,
causing the AppImage packaging to complete without actually creating the
AppImage file. Switch to downloading the full response body as an
ArrayBuffer first, then writing the buffer to disk.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent d1b29ba commit 309cd78
1 file changed
Lines changed: 5 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
200 | 200 | | |
201 | 201 | | |
202 | 202 | | |
203 | | - | |
| 203 | + | |
| 204 | + | |
| 205 | + | |
| 206 | + | |
| 207 | + | |
204 | 208 | | |
205 | 209 | | |
206 | 210 | | |
| |||
0 commit comments