diff --git a/Scripts/Bash/Cli/Functions/Render/render_doSvgPostActions.sh b/Scripts/Bash/Cli/Functions/Render/render_doSvgPostActions.sh index 1291c1c..72e72e4 100644 --- a/Scripts/Bash/Cli/Functions/Render/render_doSvgPostActions.sh +++ b/Scripts/Bash/Cli/Functions/Render/render_doSvgPostActions.sh @@ -39,7 +39,7 @@ function render_doSvgPostActions { # repository and save you the time of writing long option # combinations each time you need to produce images inside the # repository. - if [[ $TEMPLATE =~ "Distro/Backgrounds/.+\.svg$" ]];then + if [[ $TEMPLATE =~ "Backgrounds/.+\.svg$" ]];then POSTACTIONS[((++${#POSTACTIONS[*]}))]='convertPngTo: jpg' POSTACTIONS[((++${#POSTACTIONS[*]}))]='groupSimilarFiles: png jpg' elif [[ $TEMPLATE =~ "Distro/$(cli_getPathComponent '--release-pattern')/Syslinux/.+\.svg$" ]];then @@ -79,6 +79,10 @@ function render_doSvgPostActions { render_doBrands ;; + groupSimilarFiles:* ) + render_groupSimilarFiles + ;; + esac done