diff --git a/tasks/build.sh b/tasks/build.sh index 21f3343..ef9d7fd 100755 --- a/tasks/build.sh +++ b/tasks/build.sh @@ -117,6 +117,7 @@ esac if [ "$EXPOR" = yes ]; then printf "${info_color}exporting all the icons... this will take a long time.${reset_colors}\\n" + ./tasks/export/export-emblems.sh ./tasks/export/export-places.sh ./tasks/export/export-apps.sh ./tasks/export/export-categories.sh @@ -125,7 +126,6 @@ if [ "$EXPOR" = yes ]; then ./tasks/export/export-mimetypes.sh ./tasks/export/export-actions.sh ./tasks/export/export-animations.sh - ./tasks/export/export-emblems.sh fi case "$@" in *--use-optipng*|*-o*) diff --git a/tasks/export/export-emblems.sh b/tasks/export/export-emblems.sh old mode 100644 new mode 100755