diff options
author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2024-10-07 19:31:10 +0200 |
---|---|---|
committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2024-10-07 19:31:10 +0200 |
commit | b3a7ad39bb07e1b447b52c92505158f8a1030f10 (patch) | |
tree | e78fff193ca7e2805d5fe2cbe253fff417f5e2a5 | |
parent | chore(version): v1.2.1 (diff) | |
download | yt-b3a7ad39bb07e1b447b52c92505158f8a1030f10.tar.gz yt-b3a7ad39bb07e1b447b52c92505158f8a1030f10.zip |
build(crates/libmpv2/update.sh): Correctly specify child update paths
-rwxr-xr-x | crates/libmpv2/update.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/libmpv2/update.sh b/crates/libmpv2/update.sh index 98d5376..ecd5aa8 100755 --- a/crates/libmpv2/update.sh +++ b/crates/libmpv2/update.sh @@ -14,4 +14,4 @@ cd "$(dirname "$0")" || exit 1 [ "$1" = "upgrade" ] && cargo upgrade --incompatible cargo update -"$(dirname "$0")/libmpv2-sys/update.sh" "$@" +./libmpv2-sys/update.sh "$@" |