From c97f6052d45645f36c15ce3535cd69b288ff6714 Mon Sep 17 00:00:00 2001 From: germedeb Date: Wed, 30 Mar 2022 17:01:57 -0300 Subject: [PATCH] added the gtk-update-icon-cache command to the build.sh script --- tasks/build.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tasks/build.sh b/tasks/build.sh index 1a9f402..a729ea3 100755 --- a/tasks/build.sh +++ b/tasks/build.sh @@ -49,4 +49,8 @@ rm -rf ~/.icons/aleta mkdir ~/.icons/aleta -p cp -r ./_build/aleta/* ~/.icons/aleta/ +printf "${info_color}Updating gtk icon cache${reset_colors}\\n" + +gtk-update-icon-cache ~/.icons/aleta/ + printf "${comple_color}\\ncompleted${reset_colors}\\n"