Commit ffaccd50 authored by Mikhail Tergoev's avatar Mikhail Tergoev

Merge branch 'Htylol-fixes_resize_png' into devel

parents 69ec71e5 4869746a
...@@ -6603,6 +6603,10 @@ resize_png () { ...@@ -6603,6 +6603,10 @@ resize_png () {
RESIZE_NAME_PNG="${2// /_}" RESIZE_NAME_PNG="${2// /_}"
fi fi
if [[ $RESIZE_NAME_PNG =~ ru.linux_gaming.PortProton/data/img/ ]]
then RESIZE_NAME_PNG=${RESIZE_NAME_PNG/*ru.linux_gaming.PortProton\/data\/img\//}
fi
for resize_to in "${@:3}" ; do for resize_to in "${@:3}" ; do
if [[ $resize_to == 128 ]] if [[ $resize_to == 128 ]]
then resize_to_helper="" then resize_to_helper=""
......
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