Files
AeroFetch/resources/bin
debont80 d4b9a0eefa Add bundled yt-dlp.exe and ffmpeg.exe to the repo
Stop ignoring resources/bin/*.exe and commit the binaries so clones are
self-contained (no manual binary drop needed).

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-22 18:20:53 -04:00
..

Bundled binaries

AeroFetch spawns these from the main process and bundles them via electron-builder extraResources (they ship outside the asar archive). They are not committed to git (see .gitignore).

Drop the two Windows executables here before running npm run dev or building:

resources/bin/
├── yt-dlp.exe
└── ffmpeg.exe

yt-dlp.exe

ffmpeg.exe

Branding stays generic: AeroFetch is a "yt-dlp frontend." Keep upstream license texts with any distributed build.