Update macOS automatic release notes [no ci]

This commit is contained in:
Pau RE
2025-08-11 17:44:34 +02:00
parent 7be0680637
commit f5c574cf64
2 changed files with 1 additions and 7 deletions

1
.gitignore vendored
View File

@@ -99,3 +99,4 @@ src/translations
/dist/macos/disk
/dist/macos/extra
/dist/macos/*.dmg
/dist/macos/*.zip

View File

@@ -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"