forked from germedeb/aleta-postre
added execution permissons to export-emblems, changed the order of exporting for testing purposes
This commit is contained in:
parent
ad65af69d9
commit
b5c7525a1e
|
@ -117,6 +117,7 @@ esac
|
||||||
|
|
||||||
if [ "$EXPOR" = yes ]; then
|
if [ "$EXPOR" = yes ]; then
|
||||||
printf "${info_color}exporting all the icons... this will take a long time.${reset_colors}\\n"
|
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-places.sh
|
||||||
./tasks/export/export-apps.sh
|
./tasks/export/export-apps.sh
|
||||||
./tasks/export/export-categories.sh
|
./tasks/export/export-categories.sh
|
||||||
|
@ -125,7 +126,6 @@ if [ "$EXPOR" = yes ]; then
|
||||||
./tasks/export/export-mimetypes.sh
|
./tasks/export/export-mimetypes.sh
|
||||||
./tasks/export/export-actions.sh
|
./tasks/export/export-actions.sh
|
||||||
./tasks/export/export-animations.sh
|
./tasks/export/export-animations.sh
|
||||||
./tasks/export/export-emblems.sh
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
case "$@" in *--use-optipng*|*-o*)
|
case "$@" in *--use-optipng*|*-o*)
|
||||||
|
|
Loading…
Reference in New Issue