]> Arthur Taft Gitweb - yt-dlp-wrapper.git/commitdiff
Add batch script
authorArthur Taft <[email protected]>
Thu, 13 Feb 2025 22:24:56 +0000 (15:24 -0700)
committerArthur Taft <[email protected]>
Thu, 13 Feb 2025 22:24:56 +0000 (15:24 -0700)
Added batch script to bypass the execution policy for powershell scripts

windows/bin/yt-dlp.exe
windows/run.bat [new file with mode: 0644]

index 15e3f95f62801c7d5ffb78b3c14460a51de83699..b4c81379a75f1220606dcad7489a792eda97ce58 100644 (file)
Binary files a/windows/bin/yt-dlp.exe and b/windows/bin/yt-dlp.exe differ
diff --git a/windows/run.bat b/windows/run.bat
new file mode 100644 (file)
index 0000000..d751c5c
--- /dev/null
@@ -0,0 +1,2 @@
+@echo off
+PowerShell -NoProfile -ExecutionPolicy Bypass -Command "& '%0\..\yt-dlp-wrapper.ps1'"
\ No newline at end of file