This commit is contained in:
2025-07-26 00:34:02 +02:00
parent 5fbc1662a4
commit 969bcb5fb2

View File

@@ -161,6 +161,7 @@ web_targets.append("build/deploy/index.html")
manual_res = [] manual_res = []
manual_res.append("res/favicon.png") manual_res.append("res/favicon.png")
web_targets.append("build/deploy/res/favicon.png")
gen += "\n" gen += "\n"
gen +=f"build build/deploy/res/favicon.png : pngquant res/favicon.png\n" gen +=f"build build/deploy/res/favicon.png : pngquant res/favicon.png\n"
gen += " quality = 1\n" gen += " quality = 1\n"