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