This commit is contained in:
Zsolt Ero
2024-01-17 17:06:36 +01:00
parent b2785c7ee7
commit 6a4113956d
6 changed files with 8 additions and 8 deletions

View File

@@ -36,7 +36,7 @@ def copy_assets():
'map.js',
'favicon.ico',
'github.svg',
'x-twitter.svg',
'x.svg',
]:
shutil.copyfile(ASSETS_DIR / file, OUT_DIR / file)