From f5c574cf64d8a0055d25a9b8a45af2d29e1334e2 Mon Sep 17 00:00:00 2001 From: Pau RE Date: Mon, 11 Aug 2025 17:44:34 +0200 Subject: [PATCH] Update macOS automatic release notes [no ci] --- .gitignore | 1 + scripts/release-notes.sh | 7 ------- 2 files changed, 1 insertion(+), 7 deletions(-) diff --git a/.gitignore b/.gitignore index 6b1246dd..54f5d8e9 100644 --- a/.gitignore +++ b/.gitignore @@ -99,3 +99,4 @@ src/translations /dist/macos/disk /dist/macos/extra /dist/macos/*.dmg +/dist/macos/*.zip diff --git a/scripts/release-notes.sh b/scripts/release-notes.sh index e44a3342..24c4618b 100755 --- a/scripts/release-notes.sh +++ b/scripts/release-notes.sh @@ -48,13 +48,6 @@ echo "Commits: $N from `wc -l .A | awk '{print $1}'` contributors" echo echo "Release builds (binary assets below) are considered work-in-progress, use flatpak or your distro packaging if anything is not working" echo -echo "## macOS" -echo -echo "\`\`\`sh" -echo "sudo xattr -c /Applications/iaito.app" -echo "sudo codesign --force --deep --sign - /Applications/iaito.app" -echo "\`\`\`" -echo echo "## Flatpak (WSL / Linux)" echo echo "\`\`\`sh"