feat: Add version to theme.json files

This commit is contained in:
Mauro Balades 2024-08-25 20:57:39 +02:00
parent a23e634a6e
commit bb113e7c8a
19 changed files with 197 additions and 33 deletions

View file

@ -165,7 +165,8 @@ Just joking, you can do whatever you want. You're the boss.
'style': get_static_asset(theme_id, STYLES_FILE),
'readme': get_static_asset(theme_id, README_FILE),
'image': get_static_asset(theme_id, IMAGE_FILE),
'author': author
'author': author,
'version': '1.0.0',
}
os.makedirs(f"themes/{theme_id}")