fix path to ani-cli command in aniwrapper script

This commit is contained in:
ksyasuda 2021-11-01 03:58:54 -07:00
parent 4250ab4fd3
commit 7b956e1f38

View File

@ -1,6 +1,6 @@
#!/usr/bin/env bash #!/usr/bin/env bash
CMD=/usr/bin/ani-cli CMD=/usr/local/bin/ani-cli
DEFAULT="$HOME/Videos/sauce/" DEFAULT="$HOME/Videos/sauce/"
CFG_DIR="$XDG_CONFIG_HOME/ani-cli" CFG_DIR="$XDG_CONFIG_HOME/ani-cli"