mirror of
https://github.com/webinstall/webi-installers.git
synced 2026-04-06 18:36:50 +00:00
Move legacy-specific field translations out of the core classifier into LegacyBackport(), called by webicached before writing the JSON cache. Core classifier now outputs canonical values: - Go dist arm → armv6 (correct per GOARM default) - ffmpeg Windows .gz → .gz (correct file extension) LegacyBackport remaps for Node.js compat: - Go dist armv6 → arm (production keeps raw API value) - ffmpeg Windows .gz → exe (production releases.js override) sass armv6→armv7 stays in classifier (Dart Sass genuinely targets ARMv7).