From: Arthur Taft Date: Thu, 13 Feb 2025 22:24:56 +0000 (-0700) Subject: Add batch script X-Git-Url: https://gitweb.arthurtaft.net/yt-dlp-wrapper.git/commitdiff_plain/f2438c36f4f6c5ef33a365d52843c1025140a40a?ds=sidebyside;hp=8229797f9fa71f256630363f214cfb89fe841a90 Add batch script Added batch script to bypass the execution policy for powershell scripts --- diff --git a/windows/bin/yt-dlp.exe b/windows/bin/yt-dlp.exe index 15e3f95..b4c8137 100644 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 index 0000000..d751c5c --- /dev/null +++ b/windows/run.bat @@ -0,0 +1,2 @@ +@echo off +PowerShell -NoProfile -ExecutionPolicy Bypass -Command "& '%0\..\yt-dlp-wrapper.ps1'" \ No newline at end of file