diff --git a/Scripts/Functions/Render/Svg/svg_doPostActions.sh b/Scripts/Functions/Render/Svg/svg_doPostActions.sh index bd053f2..99a885b 100755 --- a/Scripts/Functions/Render/Svg/svg_doPostActions.sh +++ b/Scripts/Functions/Render/Svg/svg_doPostActions.sh @@ -49,7 +49,7 @@ function svg_doPostActions { # the repository. if [[ $FLAG_DONT_DIRSPECIFIC == 'false' ]];then - if [[ $TEMPLATE =~ 'trunk/Identity/Models/Themes/.+\.svg$' ]];then + if [[ $TEMPLATE =~ 'trunk/Identity/(Models|Images)/Themes/.+\.svg$' ]];then POSTACTIONS[((++${#POSTACTIONS[*]}))]="convertPngToBranded"