mirror of
https://github.com/runcitadel/apps.git
synced 2024-11-13 17:30:37 +00:00
Add another apps.json for development purposes
This commit is contained in:
parent
cde5e73370
commit
4a2adf2072
1
apps/apps.json
Normal file
1
apps/apps.json
Normal file
|
@ -0,0 +1 @@
|
|||
[]
|
|
@ -17,4 +17,6 @@ def update():
|
|||
simpleRegistry = getSimpleAppRegistry(apps, appsDir)
|
||||
with open(os.path.join(appsDir, "apps.json"), "w") as f:
|
||||
json.dump(simpleRegistry, f, indent=4, sort_keys=True)
|
||||
with open(os.path.join(appsDir, "apps", "apps.json"), "w") as f:
|
||||
json.dump(simpleRegistry, f, indent=4, sort_keys=True)
|
||||
print("Wrote information to apps.json")
|
||||
|
|
Loading…
Reference in New Issue
Block a user