about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorBenedikt Peetz <benedikt.peetz@b-peetz.de>2025-11-30 15:15:26 +0100
committerBenedikt Peetz <benedikt.peetz@b-peetz.de>2025-11-30 15:15:26 +0100
commit6d052bc60730818881da4c54b7ec27dca1862fae (patch)
tree25a56f5d4eb9e92047d63d15745927566aa4b752
parentfix(yt/commands/download/progress_hook): Show title, if already downloaded (diff)
downloadyt-6d052bc60730818881da4c54b7ec27dca1862fae.zip
build(update.sh): Also work, when the cwd directory changed
Diffstat (limited to '')
-rwxr-xr-xcrates/libmpv2/update.sh2
-rwxr-xr-xcrates/yt_dlp/update.sh2
2 files changed, 2 insertions, 2 deletions
diff --git a/crates/libmpv2/update.sh b/crates/libmpv2/update.sh
index 591684a..e1669a9 100755
--- a/crates/libmpv2/update.sh
+++ b/crates/libmpv2/update.sh
@@ -10,4 +10,4 @@
 # You should have received a copy of the License along with this program.
 # If not, see <https://www.gnu.org/licenses/gpl-3.0.txt>.
 
-./libmpv2-sys/update.sh "$@"
+"$(dirname "$0")/libmpv2-sys/update.sh" "$@"
diff --git a/crates/yt_dlp/update.sh b/crates/yt_dlp/update.sh
index ab03b62..52c96b5 100755
--- a/crates/yt_dlp/update.sh
+++ b/crates/yt_dlp/update.sh
@@ -10,4 +10,4 @@
 # You should have received a copy of the License along with this program.
 # If not, see <https://www.gnu.org/licenses/gpl-3.0.txt>.
 
-./crates/pyo3-pylogger/update.sh "$@"
+"$(dirname "$0")/crates/pyo3-pylogger/update.sh" "$@"