about summary refs log tree commit diff stats
path: root/crates/yt_dlp
diff options
context:
space:
mode:
Diffstat (limited to 'crates/yt_dlp')
-rwxr-xr-xcrates/yt_dlp/crates/pyo3-pylogger/update.sh7
-rwxr-xr-xcrates/yt_dlp/update.sh4
2 files changed, 8 insertions, 3 deletions
diff --git a/crates/yt_dlp/crates/pyo3-pylogger/update.sh b/crates/yt_dlp/crates/pyo3-pylogger/update.sh
new file mode 100755
index 0000000..2586afe
--- /dev/null
+++ b/crates/yt_dlp/crates/pyo3-pylogger/update.sh
@@ -0,0 +1,7 @@
+#! /usr/bin/env sh
+
+cd "$(dirname "$0")" || exit 1
+[ "$1" = "upgrade" ] && cargo upgrade --incompatible
+cargo update
+
+# vim: ft=sh
diff --git a/crates/yt_dlp/update.sh b/crates/yt_dlp/update.sh
index c1a0215..ab03b62 100755
--- a/crates/yt_dlp/update.sh
+++ b/crates/yt_dlp/update.sh
@@ -10,6 +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>.
 
-cd "$(dirname "$0")" || exit 1
-[ "$1" = "upgrade" ] && cargo upgrade --incompatible
-cargo update
+./crates/pyo3-pylogger/update.sh "$@"