From a0ea1028e12428f463f86d7e933187b1dcb1c6ed Mon Sep 17 00:00:00 2001 From: germedeb Date: Tue, 24 May 2022 09:02:59 -0300 Subject: [PATCH] changed the message of exporting in the build script --- tasks/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/build.sh b/tasks/build.sh index cef6193..140ffba 100755 --- a/tasks/build.sh +++ b/tasks/build.sh @@ -30,7 +30,7 @@ cp icons/animations/*.svg _build/icons-t/animations/ printf "${info_color}starting link process...${reset_colors}\\n" ./tasks/linkcall.sh -printf "${info_color}exporting all the icons... This will take a long time; and depends directly on the numbers of cores your processor has.${reset_colors}\\n" +printf "${info_color}exporting all the icons... this will take a long time.${reset_colors}\\n" ./tasks/export/export-places.sh ./tasks/export/export-apps.sh ./tasks/export/export-categories.sh