Commit e0175ff
fix: ensure binary has execute permission in PyPI wrapper
pip/pipx may not preserve zip external_attr permissions when extracting
wheels, causing PermissionError on the bundled binary. The wrapper now
checks and adds execute permission at runtime if missing.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 8a6bef7 commit e0175ff
1 file changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| 20 | + | |
| 21 | + | |
20 | 22 | | |
0 commit comments