assets.json is not meant to be updated until 1.57 is widespread

This commit is contained in:
Raymond Hill 2024-03-11 22:23:47 -04:00
parent 2c9ab8ee04
commit 258a26283d
No known key found for this signature in database
GPG Key ID: 25E1490B761470C2
1 changed files with 1 additions and 0 deletions

View File

@ -14,6 +14,7 @@ cp -R ./assets $DES/
VERSION=$(cat ./dist/version)
if [[ "$VERSION" =~ ^[0-9]+\.[0-9]+\.[0-9]+$ ]]; then
echo "*** Removing $DES/assets.dev.json"
rm -f $DES/assets.json
rm -f $DES/assets.dev.json
else
echo "*** Removing $DES/assets.json"