Skip to content

fix: correct Mac download file size on Download page - #710

Open
sharadvc wants to merge 1 commit into
processing:mainfrom
sharadvc:cursor/fix-mac-download-file-size-644-734f
Open

fix: correct Mac download file size on Download page#710
sharadvc wants to merge 1 commit into
processing:mainfrom
sharadvc:cursor/fix-mac-download-file-size-644-734f

Conversation

@sharadvc

Copy link
Copy Markdown

Summary

Mac download sizes used binary MB (÷ 1,048,576), so a ~430MB dmg showed as 410MB. Display macOS assets with decimal MB (÷ 1,000,000) to match Finder-style sizes; leave other platforms on the existing scale.

Verified against GitHub release asset byte counts for current processing4 macOS builds.

Fixes #644

Use 1,000-byte megabytes for macOS assets so the Download page matches
Finder and GitHub release sizes (e.g. ~430 MB instead of ~410 MB).

Fixes processing#644

Co-authored-by: Sharad. <sharadvc@users.noreply.github.com>
@netlify

netlify Bot commented Sep 13, 2026

Copy link
Copy Markdown

Deploy Preview for java-processing-faf822 ready!

Name Link
🔨 Latest commit 17b53ee
🔍 Latest deploy log https://app.netlify.com/projects/java-processing-faf822/deploys/6aa65e7d636e2c000827c225
😎 Deploy Preview https://deploy-preview-710--java-processing-faf822.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
🤖 Make changes Run an agent on this branch

To edit notification comments on pull requests, go to your Netlify project configuration.

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.

Download page update re file size

1 participant