mirror of
https://github.com/zen-browser/theme-store.git
synced 2025-07-07 17:05:31 +02:00
feat: Add version to theme.json files
This commit is contained in:
parent
a23e634a6e
commit
bb113e7c8a
19 changed files with 197 additions and 33 deletions
|
@ -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}")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue