Skip to content

ci: publish install.sh from the repo instead of the channel copy - #192

Merged
justrach merged 1 commit into
mainfrom
fix/publish-installer-from-repo
Jul 25, 2026
Merged

ci: publish install.sh from the repo instead of the channel copy#192
justrach merged 1 commit into
mainfrom
fix/publish-installer-from-repo

Conversation

@justrach

Copy link
Copy Markdown
Owner

stable/install.sh on release-channel is hand-maintained and release.yml never writes it, so the two drifted.

The repo's installer gained kuri-mobile in v0.4.12; the copy users actually curl did not — so the fix could not reach anyone. Every install still produced a kuri whose android/ios subcommands die with failed to exec 'kuri-mobile', because build.zig requires that binary to sit in the same prefix.

The channel copy has been corrected by hand for v0.4.12 already; this stops it recurring. Takes effect on the next tag.

🤖 Generated with Claude Code

https://claude.ai/code/session_012gzdKWXk7UbHm5TtSGqYBJ

stable/install.sh on the release-channel branch was hand-maintained and
release.yml never wrote it, so the two copies drifted. The repo's installer
gained kuri-mobile for v0.4.12; the copy users actually curl did not, which
meant the fix could not reach anyone — every install still produced a kuri
whose `android`/`ios` subcommands die with "failed to exec 'kuri-mobile'".

The file users run must be generated from the tagged tree, not remembered.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_012gzdKWXk7UbHm5TtSGqYBJ
@justrach
justrach merged commit 08da605 into main Jul 25, 2026
3 of 4 checks passed
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