always rebuild freezefs on prod builds

This commit is contained in:
Thomas Farstrike
2025-06-13 14:50:09 +02:00
parent 8f73b3ec22
commit f5ed06de44
+4
View File
@@ -13,6 +13,10 @@ if [ -z "$target" -o -z "$buildtype" ]; then
exit 1
fi
if [ "$buildtype" == "prod" ]; then
./scripts/freezefs_mount_builtin.sh
fi
pushd ~/sources/lvgl_micropython
manifest=""