mirror of
https://github.com/CompeyDev/lune-packaging.git
synced 2025-08-26 11:27:00 +01:00
fix(appimage): use convert
command for resize on imagemagick-6
This commit is contained in:
parent
9ac203d8f0
commit
59224f71c1
1 changed files with 1 additions and 1 deletions
|
@ -16,6 +16,6 @@ script:
|
|||
- Categories=Development;
|
||||
- Terminal=true
|
||||
- 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 .
|
||||
- echo $LUNE_VERSION | tee ../VERSION
|
||||
|
|
Loading…
Add table
Reference in a new issue