fix(appimage): use convert command for resize on imagemagick-6

This commit is contained in:
Erica Marigold 2025-05-08 07:09:52 +01:00 committed by GitHub
parent 9ac203d8f0
commit 59224f71c1
Signed by: DevComp
GPG key ID: B5690EEEBB952194

View file

@ -16,6 +16,6 @@ script:
- Categories=Development; - Categories=Development;
- Terminal=true - Terminal=true
- EOF - EOF
- wget -qO- https://github.com/lune-org/lune/raw/b1fc600/assets/logo/tilt-grid.png | magick - -resize 256x256 usr/share/icons/hicolor/256x256/apps/lune.png - wget -qO- https://github.com/lune-org/lune/raw/b1fc600/assets/logo/tilt-grid.png | convert - -resize 256x256 usr/share/icons/hicolor/256x256/apps/lune.png
- cp usr/share/icons/hicolor/256x256/apps/lune.png . - cp usr/share/icons/hicolor/256x256/apps/lune.png .
- echo $LUNE_VERSION | tee ../VERSION - echo $LUNE_VERSION | tee ../VERSION