From a3aaa3a91e86733b66d8f7e80eafcb8c47a351e0 Mon Sep 17 00:00:00 2001 From: KAiZ <24286590+KaizIqbal@users.noreply.github.com> Date: Tue, 19 Nov 2019 12:36:12 +0530 Subject: [PATCH] animation tweak added --- build.sh | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/build.sh b/build.sh index ab7bff5e..a8eecb05 100755 --- a/build.sh +++ b/build.sh @@ -99,7 +99,18 @@ build(){ error "\nAborting..." exit 1 fi + show_pre "\n"$cursor" : Tweaking Animation...\\r" + sh tweak.sh "$cursor" + + if [ $? -eq 0 ] + then + show ""$cursor" : Tweaking Animation... DONE" + else + error ""$cursor" : Tweaking Animation... FAIL" + error "\nAborting..." + exit 1 + fi show_pre "\n"$cursor" : Building X11 cursor...\\r" #execute x11-make.sh file with theme_name argument sh x11-make.sh "$cursor"