mirror of
https://github.com/ful1e5/Bibata_Cursor.git
synced 2025-06-05 01:04:10 -04:00
old build files remove
This commit is contained in:
parent
0881bd7d53
commit
5efc1c62e9
1 changed files with 16 additions and 0 deletions
16
build.sh
16
build.sh
|
@ -71,6 +71,22 @@ build(){
|
||||||
error "\nAborting..."
|
error "\nAborting..."
|
||||||
exit 1
|
exit 1
|
||||||
else
|
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
|
#-o for genrating hotspots
|
||||||
#-a for genrating config files
|
#-a for genrating config files
|
||||||
python render-cursors.py ./src/"$cursor"/source-cursors.svg -o -a --name $cursor
|
python render-cursors.py ./src/"$cursor"/source-cursors.svg -o -a --name $cursor
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue