Scripts(android): add failsafe for assets

This commit is contained in:
Pieter Vander Vennet 2025-07-12 10:59:08 +02:00
parent 434b8004e9
commit c52c2f097a

View file

@ -8,6 +8,12 @@ then
npm run generate:layouts
fi
if [ ! -f "needed_assets.csv" ]
then
echo "NEEDED ASSETS is missing!"
exit 1
fi
if [ $? -ne 0 ]
then
echo "config.json file is invalid, exiting now"