Update wrapper
This commit is contained in:
parent
809818f705
commit
9dbfe54c50
1 changed files with 1 additions and 1 deletions
|
@ -46,4 +46,4 @@ exec > >(exec cat)
|
|||
exec 2> >(exec cat >&2)
|
||||
|
||||
# Note: exec -a below is a bashism.
|
||||
exec -a "$0" "$HERE/@@PROGNAME@@" --no-default-browser-check --use-gl=desktop --enable-experimental-web-platform-features --new-canvas-2d-api --autoplay-policy=user-gesture-required --enable-features=VaapiVideoDecoder,PageInfoAboutThisSite "$@"
|
||||
exec -a "$0" "$HERE/@@PROGNAME@@" --no-default-browser-check --no-default-browser-check --use-gl=desktop --enable-experimental-web-platform-features --new-canvas-2d-api --autoplay-policy=user-gesture-required --enable-features=PageInfoAboutThisSiteMoreInfo "$@"
|
||||
|
|
Loading…
Reference in a new issue