mirror of
https://github.com/webinstall/webi-installers.git
synced 2026-05-30 20:42:48 +00:00
eugeneware/ffmpeg-static uses non-standard filenames (x64, ia32, win32, arm) and ships both bare binaries and .gz variants. The generic classifier mishandles the arch mapping and the installer has no bare .gz handler. Add ffmpegdist custom classifier that: - Maps non-standard OS/arch names to canonical values - Filters to bare binaries only (skips .gz, ffprobe, LICENSE, README) - Strips 'b' version prefix from tags Also fix installerconf to allow explicit 'source' to override the inferred source when both are present (e.g. source=ffmpegdist + github_releases for fetching). Closes #947