mpv-rpc/install_lib.sh

10 lines
No EOL
187 B
Bash
Executable file

#!/bin/bash
TARGET=$1
if [[ -z "$TARGET" ]]
then
TARGET="debug"
fi
echo "Copying library to mpv scripts directory..."
cp "target/$TARGET/libmpv_rpc.so" "$HOME/.config/mpv/scripts/"