mirror of
https://github.com/aaddrick/claude-desktop-debian.git
synced 2026-05-17 08:36:35 +03:00
The auto-version-bump workflow greps/seds against the Claude Desktop download URLs and SHA-256 checksums. With the build.sh split those declarations now live in scripts/setup/detect-host.sh inside detect_architecture's case statement. Without this fix, the next upstream release triggers the workflow and it silently fails to update either the URLs or the checksums (greps return empty, seds match nothing, git diff finds no changes, no commit, no tag). Updates all 17 references — grep targets, sed targets, git diff/add paths, and step labels / echo messages for consistency. The patterns themselves (x86_64) / aarch64) case matching, claude_download_url=' extraction, in-range claude_exe_sha256 replacement) are unchanged and still match the new file's content. Co-Authored-By: Claude <claude@anthropic.com>