Skip to content

Commit

Permalink
Update prepare-assets.py
Browse files Browse the repository at this point in the history
  • Loading branch information
colbylwilliams committed Oct 17, 2022
1 parent 9dbe637 commit 45a2538
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/prepare-assets.py
Original file line number Diff line number Diff line change
Expand Up @@ -124,8 +124,8 @@


# copy the bake and image schemas to assets folder
shutil.copy2(path_root / 'schemas' / 'bake.schema.json', path_assets)
shutil.copy2(path_root / 'schemas' / 'image.schema.json', path_assets)
shutil.copy2(path_root / 'schema' / 'bake.schema.json', path_assets)
shutil.copy2(path_root / 'schema' / 'image.schema.json', path_assets)

assets = []

Expand Down

0 comments on commit 45a2538

Please sign in to comment.