mpv/TOOLS
Akemi a5b97104cf osx: improve bundle handling
we have two problems here. first when mpv is started from the bundle it
uses its own environment variables and possibly can't find for example
the youtube-dl binary for our youtube-dl hook. second we couldn't
reliable determine when mpv was started from the bundle, which led to
the pseudo-gui usage even when the binary was invoked from a shell.

to prevent this we will wrap the bundle binary with a shell script,
which will only be called when we start mpv from the bundle. this way
we can get the same environment variables, like $PATH, for our bundle
and additional we can set the pseudo-gui only when started through this
script. it is also possible to detect the bundle usage properly and
accurately through the usage of another environment var.

Fixes #2061
2017-02-16 22:21:03 +01:00
..
lua
osxbundle/mpv.app/Contents
vf_dlopen
__init__.py
appveyor-build.sh
appveyor-install.sh
dylib-unhell.py
file2string.py
gen-x11-icon.sh
idet.sh
matroska.py
mpv_identify.sh
osxbundle.py
stats-conv.py
travis-deps
travis-rebuild-website
umpv
uncrustify.cfg
zsh.pl