vinceliuice / grub2-themes

Modern Design theme for Grub2
GNU General Public License v3.0
3.5k stars 243 forks source link

Nix: fix extension of splashImage #217

Closed leon-erd closed 5 months ago

leon-erd commented 6 months ago

PR https://github.com/vinceliuice/grub2-themes/pull/212 introduced always converting the splashImage to .jpg using imagemagick: https://github.com/vinceliuice/grub2-themes/blob/eda1b86dd8e991ea0c03090ff60b4c0b63799489/flake.nix#L43

Therefore, https://github.com/vinceliuice/grub2-themes/blob/eda1b86dd8e991ea0c03090ff60b4c0b63799489/flake.nix#L147-L148 should also always use the jpg extension. This fixes png images not working.