mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-10 06:39:25 +08:00
4281faa98a
The asset file was renamed from X25-EVO.jpg to x25_evo.jpg in git but all four locale files (en, ko, uk, zh) still referenced the old name. macOS hid this because its filesystem is case-insensitive, but Linux CI (case-sensitive) intermittently failed to resolve the reference during Rollup bundling. Fixes #26958 Signed-off-by: Ramon Roche <mrpollo@gmail.com>