Commit 9a4a0075 authored by Mikhail Tergoev's avatar Mikhail Tergoev

Merge branch 'Htylol-skip-resize-fix1' into devel

parents 813d83d6 8a49e81b
......@@ -5759,7 +5759,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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment