mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-10 09:07:54 +01:00
assets.json is not meant to be updated until 1.57 is widespread
This commit is contained in:
parent
2c9ab8ee04
commit
258a26283d
1 changed files with 1 additions and 0 deletions
|
@ -14,6 +14,7 @@ cp -R ./assets $DES/
|
||||||
VERSION=$(cat ./dist/version)
|
VERSION=$(cat ./dist/version)
|
||||||
if [[ "$VERSION" =~ ^[0-9]+\.[0-9]+\.[0-9]+$ ]]; then
|
if [[ "$VERSION" =~ ^[0-9]+\.[0-9]+\.[0-9]+$ ]]; then
|
||||||
echo "*** Removing $DES/assets.dev.json"
|
echo "*** Removing $DES/assets.dev.json"
|
||||||
|
rm -f $DES/assets.json
|
||||||
rm -f $DES/assets.dev.json
|
rm -f $DES/assets.dev.json
|
||||||
else
|
else
|
||||||
echo "*** Removing $DES/assets.json"
|
echo "*** Removing $DES/assets.json"
|
||||||
|
|
Loading…
Reference in a new issue