Skip to content

Commit

Permalink
Copy items.json to target dir
Browse files Browse the repository at this point in the history
Co-authored-by: Tau <[email protected]>
  • Loading branch information
janhohenheim and bash committed Mar 14, 2024
1 parent d0e704e commit 2493545
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/install.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ def copy_files(target: str):
os.makedirs(build_dir)
shutil.copy("build/main.css", build_dir)
shutil.copy("build/main.js", build_dir)
shutil.copy("build/items.json", build_dir)
icons_dir = os.path.join(target, "icons")
if os.path.exists(icons_dir):
shutil.rmtree(icons_dir)
Expand Down

0 comments on commit 2493545

Please sign in to comment.