[enh] Build dev app list
This commit is contained in:
@ -10,6 +10,7 @@ fi
|
|||||||
|
|
||||||
before_official=$(sha256sum official.json)
|
before_official=$(sha256sum official.json)
|
||||||
before_community=$(sha256sum community.json)
|
before_community=$(sha256sum community.json)
|
||||||
|
before_dev=$(sha256sum dev.json)
|
||||||
|
|
||||||
git pull
|
git pull
|
||||||
|
|
||||||
@ -22,3 +23,8 @@ if [ "$before_community" != "$(sha256sum community.json)" ]
|
|||||||
then
|
then
|
||||||
python ./list_builder.py -g $1 community.json
|
python ./list_builder.py -g $1 community.json
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
if [ "$before_dev" != "$(sha256sum dev.json)" ]
|
||||||
|
then
|
||||||
|
python ./list_builder.py -g $1 dev.json
|
||||||
|
fi
|
||||||
|
Reference in New Issue
Block a user