1
0
mirror of https://github.com/jiahaog/Nativefier synced 2024-06-22 07:16:34 +02:00

Prevent ico too large error

This commit is contained in:
Jia Hao 2016-03-14 12:27:19 +08:00
parent f28ac6baef
commit 9dc47704ab

View File

@ -37,4 +37,4 @@ if [ "${EXT}" == "ico" ]; then
exit 0
fi
convert "${SOURCE}" "${DEST}"
convert "${SOURCE}" -resize 256x256 "${DEST}"