Usa l'icona real de icon/ al bundle macOS i al «Quant a»

This commit is contained in:
2026-05-30 15:56:51 +02:00
parent a71a1be88d
commit fd8eedab76
6 changed files with 12 additions and 130 deletions
+1 -1
View File
@@ -65,7 +65,7 @@ def app_icon_path() -> Path | None:
if bundle is not None:
candidate = bundle / "Contents" / "Resources" / "icon.png"
else:
candidate = base_dir() / "assets" / "icon.png"
candidate = base_dir() / "icon" / "icon.png"
return candidate if candidate.exists() else None