Make sure weights files are marked as modified

This commit is contained in:
Jean-Marc Valin 2023-11-20 14:13:23 -05:00
parent d4b04d3275
commit f42940bef9
No known key found for this signature in database
GPG key ID: 531A52533318F00A

View file

@ -7,5 +7,4 @@ if [ ! -f $model ]; then
echo "Downloading latest model"
wget https://media.xiph.org/lpcnet/data/$model
fi
tar xvof $model
touch *_data.[ch]
tar xvomf $model