Skip to content

installer: fall back to x64 macOS assets for arm64 downloads#27

Merged
sawrus merged 1 commit into
mainfrom
codex/fix-404-error-for-code-obfuscator-installation
Mar 27, 2026
Merged

installer: fall back to x64 macOS assets for arm64 downloads#27
sawrus merged 1 commit into
mainfrom
codex/fix-404-error-for-code-obfuscator-installation

Conversation

@sawrus
Copy link
Copy Markdown
Owner

@sawrus sawrus commented Mar 27, 2026

Motivation

  • Apple Silicon hosts (darwin/arm64) failed to install releases that only published Intel macOS artifacts (e.g., v0.5.0) because the installer only attempted arm64 asset names, resulting in 404s.

Description

  • Update release_candidates in install to, after the native arm64 candidates, also try x86_64 macOS filenames (*-x86_64-apple-darwin / *-darwin-x64.tar.gz) when running on darwin/arm64, leaving the original candidates and ordering unchanged.

Testing

  • Verified syntax with bash -n install, which succeeded.

Codex Task

@sawrus sawrus merged commit e862a87 into main Mar 27, 2026
1 of 2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant