added execution permissons to export-emblems, changed the order of exporting for testing purposes

This commit is contained in:
germedeb 2022-09-06 22:36:54 -03:00
parent ad65af69d9
commit b5c7525a1e
2 changed files with 1 additions and 1 deletions

View File

@ -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*)

0
tasks/export/export-emblems.sh Normal file → Executable file
View File