mirror of
https://github.com/Llewellynvdm/nativefier.git
synced 2024-12-22 18:18:55 +00:00
Prevent ico too large error
This commit is contained in:
parent
f28ac6baef
commit
9dc47704ab
@ -37,4 +37,4 @@ if [ "${EXT}" == "ico" ]; then
|
||||
exit 0
|
||||
fi
|
||||
|
||||
convert "${SOURCE}" "${DEST}"
|
||||
convert "${SOURCE}" -resize 256x256 "${DEST}"
|
||||
|
Loading…
Reference in New Issue
Block a user