Skip to content

fix: support android (termux) in launcher target resolution#209

Merged
calchiwo merged 2 commits intomainfrom
feat/andriod-platform-resolution
Apr 6, 2026
Merged

fix: support android (termux) in launcher target resolution#209
calchiwo merged 2 commits intomainfrom
feat/andriod-platform-resolution

Conversation

@calchiwo
Copy link
Copy Markdown
Owner

@calchiwo calchiwo commented Apr 6, 2026

On Android (Termux), process.platform returns "android" rather than
"linux", causing the launcher to throw an unsupported platform error.

Since Android runs a Linux kernel, remap "android" to "linux" before
resolving the target key so the correct linux-arm64 or linux-x64
binary is selected.

@vercel
Copy link
Copy Markdown

vercel bot commented Apr 6, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
explainthisrepo Ready Ready Preview Apr 6, 2026 3:05pm

@calchiwo
Copy link
Copy Markdown
Owner Author

calchiwo commented Apr 6, 2026

Related #208

@calchiwo calchiwo merged commit f7cc544 into main Apr 6, 2026
8 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