From 8886873ed5a9fe92222c0f7a3bced120a90e8131 Mon Sep 17 00:00:00 2001 From: Sergio Valor Date: Mon, 8 Dec 2025 21:55:49 +0100 Subject: [PATCH] =?UTF-8?q?corregida=20la=20posici=C3=B3=20dels=20fitxers?= =?UTF-8?q?=20en=20el=20.dmg?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index f3a0e09..dc0bfc9 100644 --- a/Makefile +++ b/Makefile @@ -164,6 +164,8 @@ macos_release: pack_tool resources.pack --icon-size 96 \ --text-size 12 \ --icon "$(APP_NAME).app" 278 102 \ + --icon "LICENSE" 441 102 \ + --icon "README.md" 604 102 \ --app-drop-link 115 102 \ --hide-extension "$(APP_NAME).app" \ "$(MACOS_ARM_RELEASE)" \