From 5efc1c62e9c1bf3e641cbcd2aaaf6254ce6c02a1 Mon Sep 17 00:00:00 2001 From: KAiZ <24286590+KaizIqbal@users.noreply.github.com> Date: Sun, 10 Nov 2019 21:07:22 +0530 Subject: [PATCH] old build files remove --- build.sh | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/build.sh b/build.sh index 017054e0..42fc402d 100755 --- a/build.sh +++ b/build.sh @@ -71,6 +71,22 @@ build(){ error "\nAborting..." exit 1 else + #for removing old build bitmaps(Not Recommended) + # if [ "$cursor" ]; + # then + # show_pre "\nRemoving Old Build Files...\\r" + # rm -r "$cursor" + + # if [ $? -eq 0 ] + # then + # show "Removing Old Build Files... DONE" + # else + # error "Removing Old Build Files... FAIL" + # error "\nAborting..." + # exit 1 + # fi + # fi + #-o for genrating hotspots #-a for genrating config files python render-cursors.py ./src/"$cursor"/source-cursors.svg -o -a --name $cursor