We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I tried running the binary on termux, but it doesn't run at all i.e., not even show the help message
Step to reproduce:
curl -fsSL https://iroh.computer/sendme.sh | sh
./sendme
./sendme --help
"$(pwd)/sendme" has unexpected e_type:2
where $(pwd) is the present working directory, something like /data/data/com.termux/files/home
The text was updated successfully, but these errors were encountered:
sendme works for me, but I cannot send any files.
Sorry, something went wrong.
apparently tmux doesn't support staticly linked binaries? at least in some cases ziglang/zig#14146 (comment)
We need to statically compile, to keep support for other platforms, so not sure how to solve this one
No branches or pull requests
I tried running the binary on termux, but it doesn't run at all i.e., not even show the help message
Step to reproduce:
curl -fsSL https://iroh.computer/sendme.sh | sh
./sendme
or./sendme --help
where $(pwd) is the present working directory, something like /data/data/com.termux/files/home
The text was updated successfully, but these errors were encountered: