Do not embed icon

This commit is contained in:
luboslenco
2025-08-03 10:36:16 +02:00
parent ecbb36e2c4
commit 396ee3f18d
+1 -1
View File
@@ -67,7 +67,7 @@ if (!flags.lite) {
project.add_assets("assets/themes/*.json", { destination: "data/themes/{name}" });
if (platform === "linux" && fs_exists(os_cwd() + "/icon.png")) {
project.add_assets("../" + dir + "/icon.png", { destination: "{name}", noprocessing: true });
project.add_assets("../" + dir + "/icon.png", { destination: "{name}", noprocessing: true, noembed: true });
}
if (flags.embed) {