Commit 2e1f0fb
bugfix: use execvp to find mv at runtime, fixes AppImage portability
Using execvp("mv", ...) searches PATH at runtime instead of compiling
in a build-time path, which also fixes the NixOS case without needing
Meson to discover mv.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent a1bc984 commit 2e1f0fb
2 files changed
+5
-13
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
63 | | - | |
64 | | - | |
65 | | - | |
66 | 63 | | |
67 | 64 | | |
68 | 65 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
517 | 517 | | |
518 | 518 | | |
519 | 519 | | |
520 | | - | |
521 | | - | |
522 | | - | |
523 | | - | |
524 | | - | |
525 | | - | |
526 | | - | |
527 | | - | |
528 | | - | |
529 | | - | |
| 520 | + | |
| 521 | + | |
| 522 | + | |
| 523 | + | |
| 524 | + | |
530 | 525 | | |
531 | 526 | | |
532 | 527 | | |
| |||
0 commit comments