Small hotfix to fix issues related to the new apps list

This commit is contained in:
Alexandre Aubin
2019-04-25 19:34:58 +00:00
parent 2cae3b5212
commit ee454e73ce
2 changed files with 5 additions and 4 deletions

View File

@ -15,9 +15,10 @@ git pull
if [ "$before_pull_commit" != "$(git show HEAD | head -n 1)" ]
then
python ./list_builder.py -g $1 official.json
python ./list_builder.py -g $1 community.json
python ./list_builder.py -g $1 dev.json
#python ./list_builder.py -g $1 official.json
#python ./list_builder.py -g $1 community.json
#python ./list_builder.py -g $1 dev.json
python ./list_builder.py -g $1 apps.json
python ./update_translations.py official-build.json community-build.json dev-build.json