about summary refs log tree commit diff stats
path: root/crates
diff options
context:
space:
mode:
Diffstat (limited to 'crates')
-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" "$@"