mirror of
https://github.com/ful1e5/Bibata_Cursor.git
synced 2025-05-27 21:44:14 -04:00
All cursor build fixed
This commit is contained in:
parent
f7819e8a92
commit
0f4f2cb7ce
1 changed files with 17 additions and 8 deletions
25
build.sh
25
build.sh
|
@ -139,7 +139,9 @@ build(){
|
|||
exit 1
|
||||
fi
|
||||
fi
|
||||
|
||||
|
||||
}
|
||||
installer(){
|
||||
show_pre "Generating Installer...\\r"
|
||||
|
||||
if [ "src/in.inst" ]; then
|
||||
|
@ -172,7 +174,6 @@ build(){
|
|||
error "\nAborting..."
|
||||
exit 1
|
||||
fi
|
||||
|
||||
}
|
||||
|
||||
#main program
|
||||
|
@ -235,11 +236,19 @@ case $cursor in
|
|||
build "Bibata_Classic";
|
||||
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"; ;;
|
||||
('test') build "$cursor"; ;;
|
||||
build "Bibata_Amber" ;
|
||||
installer ; ;;
|
||||
('Bibata_Classic')
|
||||
build "$cursor";
|
||||
installer ; ;;
|
||||
('Bibata_Oil')
|
||||
build "$cursor";
|
||||
installer ; ;;
|
||||
('Bibata_Ice')
|
||||
build "$cursor";
|
||||
installer ; ;;
|
||||
('Bibata_Amber')
|
||||
build "$cursor";
|
||||
installer ; ;;
|
||||
esac
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue