Fix macos icon

This commit is contained in:
luboslenco
2025-08-08 20:34:50 +02:00
parent be24d91dbd
commit d3339ae342
2 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -2811,7 +2811,7 @@ class Project {
if (!sub.lto) {
this.lto = false;
}
if (sub.icon) {
if (sub.icon != "icon.png") {
this.icon = sub.icon;
}
let subbasedir = sub.basedir;
Binary file not shown.

Before

Width:  |  Height:  |  Size: 175 KiB

After

Width:  |  Height:  |  Size: 58 KiB