mirror of
https://github.com/ful1e5/Bibata_Cursor.git
synced 2025-05-27 13:34:20 -04:00
Bibata_Classic build script added
This commit is contained in:
parent
0815bbbff5
commit
2c376f9aba
1 changed files with 2 additions and 1 deletions
3
build.sh
3
build.sh
|
@ -181,7 +181,7 @@ fi
|
|||
|
||||
#choice for build cursor
|
||||
selection "Cursor to build (Default is 'ALL')?"
|
||||
cursors=("Bibata_Oil" "Bibata_Ice" "Bibata_Amber" "test" "ALL" exit )
|
||||
cursors=("Bibata_Classic" "Bibata_Oil" "Bibata_Ice" "Bibata_Amber" "test" "ALL" exit )
|
||||
cursor=$(selectWithDefault "${cursors[@]}")
|
||||
|
||||
# Process the selected item.
|
||||
|
@ -191,6 +191,7 @@ case $cursor in
|
|||
# build "Bibata Oil";
|
||||
# build "Bibata Ice";
|
||||
# build "Bibata Amber" ; ;;
|
||||
('Bibata_Classic') build "$cursor"; ;;
|
||||
('Bibata_Oil') build "$cursor"; ;;
|
||||
('Bibata_Ice') build "$cursor"; ;;
|
||||
('Bibata_Amber') build "$cursor"; ;;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue