mirror of
https://github.com/mpv-player/mpv
synced 2024-12-25 08:12:17 +00:00
osx: fix bundle for paths that need escaping
this fixes the mpv binary call in our bundle wrapper script, in the case that the path to the binary needs escaping. examples are white spaces or special chars.
This commit is contained in:
parent
bda32d99d7
commit
67506f21b8
@ -1,3 +1,4 @@
|
||||
#!/bin/bash -l
|
||||
export MPVBUNDLE="true"
|
||||
$SHELL -c "$(dirname "$0")/mpv --player-operation-mode=pseudo-gui"
|
||||
cd "$(dirname "$0")"
|
||||
$SHELL -c "./mpv --player-operation-mode=pseudo-gui"
|
||||
|
Loading…
Reference in New Issue
Block a user