Small hotfix to fix issues related to the new apps list
This commit is contained in:
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user