Added .png to 48 and make happy exe-thumbnailer

This commit is contained in:
2024-11-02 11:25:00 +05:00
parent 8f160515be
commit 84834e1bdc
6 changed files with 2 additions and 1 deletions

View File

@ -5699,7 +5699,8 @@ resize_png () {
fi
if [[ -f "${PORT_WINE_PATH}/data/img/${RESIZE_NAME_PNG}.png" ]] \
|| [[ ! -f "${RESIZE_FILE}" ]]
|| [[ ! -f "${RESIZE_FILE}" ]] \
|| [[ ! ${RESIZE_FILE,,} =~ .exe$ ]]
then
return 0
fi