mirror of
https://github.com/hyperknot/openfreemap.git
synced 2026-05-22 06:22:16 +00:00
favicon
This commit is contained in:
@@ -30,7 +30,7 @@ def generate():
|
||||
|
||||
|
||||
def copy_assets():
|
||||
for file in ['style.css', 'logo_512.png', 'map.js']:
|
||||
for file in ['style.css', 'logo_512.png', 'map.js', 'favicon.ico']:
|
||||
shutil.copyfile(ASSETS_DIR / file, OUT_DIR / file)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user