Move list_builder.py to tools subdirectory

This commit is contained in:
Félix Piédallu
2024-02-07 15:04:55 +01:00
parent f80e3365a9
commit afb5e87e45
4 changed files with 6 additions and 6 deletions

View File

@ -19,7 +19,7 @@ curl https://app.yunohost.org/default/v3/apps.json > ../builds/default/v3/apps.j
# You will also want to run list_builder.py to initialize the .apps_cache (at least for a few apps, you can Ctrl+C after a while)
pushd ..
./list_builder.py
./tools/list_builder.py
popd
```