[Build] Give option to customize colours

This commit is contained in:
2025-04-26 15:10:26 +02:00
parent b4b8d04e6a
commit 090492ae51
4 changed files with 85 additions and 24 deletions

2
setup
View File

@@ -43,7 +43,7 @@ if [ $regen == "y" ]; then
cd build
node build.js
if [ $? -ne 0 ]; then
echo -e "\nCaught Ctrl+C, exiting...."
echo -e "\nExit signal received, exiting...."
exit 130
fi
cd ..