diff options
Diffstat (limited to 'dot_local/bin/executable_streamlink')
| -rw-r--r-- | dot_local/bin/executable_streamlink | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/dot_local/bin/executable_streamlink b/dot_local/bin/executable_streamlink new file mode 100644 index 0000000..86ab12a --- /dev/null +++ b/dot_local/bin/executable_streamlink @@ -0,0 +1,5 @@ +#!/usr/bin/env sh +# Thin wrapper: run /usr/bin/streamlink inside _sandbox-net-parser. The +# sandbox strips ~/.local/bin from PATH so streamlink's internal launch +# of `mpv` resolves to /usr/bin/mpv (avoids nested bwrap). +exec _sandbox-net-parser /usr/bin/streamlink "$@" |
