From 9e1b2b89605d3e640a13c90ec6c5f177b7af28fb Mon Sep 17 00:00:00 2001 From: Sergio Valor Date: Mon, 30 Mar 2026 18:09:53 +0200 Subject: [PATCH] fix: make macos_release --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index 40181e5..7ce096c 100644 --- a/Makefile +++ b/Makefile @@ -298,6 +298,8 @@ macos_release: $(RMDIR) "$(RELEASE_FOLDER)" $(RMFILE) tmp.dmg $(RMFILE) "$(DIST_DIR)"/rw.* + $(RMFILE) "$(MACOS_INTEL_RELEASE)" + $(RMFILE) "$(MACOS_APPLE_SILICON_RELEASE)" # Crea la carpeta temporal para hacer el trabajo y las carpetas obligatorias para crear una app de macOS $(MKDIR) "$(RELEASE_FOLDER)/$(APP_NAME).app/Contents/Frameworks"