This commit is contained in:
Zsolt Ero
2024-06-12 13:08:39 +02:00
parent 1ce5c85b9c
commit 087ab649b1
7 changed files with 34 additions and 15 deletions

View File

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