From 969bcb5fb296c45e5c791f8b3a5dba3ade18a3a4 Mon Sep 17 00:00:00 2001 From: Alexander Nutz Date: Sat, 26 Jul 2025 00:34:02 +0200 Subject: [PATCH] c --- config.py | 1 + 1 file changed, 1 insertion(+) diff --git a/config.py b/config.py index d13a6bb..d95d398 100644 --- a/config.py +++ b/config.py @@ -161,6 +161,7 @@ web_targets.append("build/deploy/index.html") manual_res = [] manual_res.append("res/favicon.png") +web_targets.append("build/deploy/res/favicon.png") gen += "\n" gen +=f"build build/deploy/res/favicon.png : pngquant res/favicon.png\n" gen += " quality = 1\n"