diff --git a/.gitignore b/.gitignore index 17d1ae3..016ef81 100644 --- a/.gitignore +++ b/.gitignore @@ -7,7 +7,3 @@ dist # Local screen-capture frames (not source) .frames/ - -# Bundled binaries are large and license-bound — keep them out of git. -# See resources/bin/README.md for how to obtain them. -resources/bin/*.exe diff --git a/resources/bin/ffmpeg.exe b/resources/bin/ffmpeg.exe new file mode 100644 index 0000000..f1817e0 Binary files /dev/null and b/resources/bin/ffmpeg.exe differ diff --git a/resources/bin/yt-dlp.exe b/resources/bin/yt-dlp.exe new file mode 100644 index 0000000..bdcccd5 Binary files /dev/null and b/resources/bin/yt-dlp.exe differ