mirror of
https://github.com/Llewellynvdm/nativefier.git
synced 2025-04-04 05:31:51 +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
|
exit 0
|
||||||
fi
|
fi
|
||||||
|
|
||||||
convert "${SOURCE}" "${DEST}"
|
convert "${SOURCE}" -resize 256x256 "${DEST}"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user