This commit is contained in:
Zsolt Ero
2024-01-19 20:28:50 +01:00
parent f2cbfd5fb8
commit 7429a52f8b
6 changed files with 34 additions and 18 deletions

View File

@@ -43,6 +43,7 @@ def copy_assets():
'favicon.ico',
'github.svg',
'x.svg',
'mapbg.jpg',
]:
shutil.copyfile(ASSETS_DIR / file, OUT_DIR / file)