Skip to content

fix: use portable release checksum names - #3

Merged
ai-eks merged 1 commit into
mainfrom
aix-fix-portable-release-checksum
Jul 19, 2026
Merged

fix: use portable release checksum names#3
ai-eks merged 1 commit into
mainfrom
aix-fix-portable-release-checksum

Conversation

@ai-eks

@ai-eks ai-eks commented Jul 19, 2026

Copy link
Copy Markdown
Owner

Summary

  • Generate the release .sha256 file from inside DIST_DIR so it records only the DMG basename.
  • Keep the published checksum path unchanged as MousePortal-<version>.dmg.sha256.

Why

Follow-up for Codex review on #2: the previous shasum -a 256 "$DMG_PATH" > "$DMG_PATH.sha256" wrote an absolute CI path into the checksum file, which would make shasum -c fail after users download the assets elsewhere.

Validation

  • bash -n tools/package-developer-id.sh
  • git diff --check
  • Temporary checksum smoke test: generated MousePortal-1.0.0.dmg.sha256 contains MousePortal-1.0.0.dmg and shasum -c passes in the asset directory.

ai-eks commented Jul 19, 2026

Copy link
Copy Markdown
Owner Author

@codex review

@chatgpt-codex-connector

Copy link
Copy Markdown

Codex Review: Didn't find any major issues. Nice work!

Reviewed commit: a9bf61bacc

ℹ️ About Codex in GitHub

Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".

@ai-eks
ai-eks merged commit 97491e1 into main Jul 19, 2026
1 check passed
@ai-eks
ai-eks deleted the aix-fix-portable-release-checksum branch July 19, 2026 12:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant