flathub / io.mpv.Mpv

Home Page:https://flathub.org/apps/details/io.mpv.Mpv

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

no information chmod aftar creating an executable shell script called mpv

candrapersada opened this issue · comments

why is there no information about chmod in README.md
for example chmod a+rx mpv

Another method is creating an executable shell script called mpv inside of your path with the following:

#!/bin/sh
flatpak run io.mpv.Mpv "$@"

aftar create script called mpv. bash mpv permission denied

OK. Added. Thanks.