-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
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
Windows binary #2
Comments
I've set up GitHub actions and uploaded the artifacts for the current release here. |
🙌🏻 |
@printfn, it works on my end, thank you. $ type in.txt | bp
$ bp > out.txt
$ xxhsum -H3 in.txt out.txt
XXH3 (in.txt) = 5294623976b5e86b
XXH3 (out.txt) = 5294623976b5e86b P.S. . However, the name of the program is not particularly memorable. I renamed it to |
I've now released a new version 0.1.4 that adds a |
@printfn, thanks for making the executable relatively compact: not megabytes, but less than 200KB. But I believe you can cut another hundred off. |
Dear @printfn,
could you be so kind to generate
.exe
for the rest of us,ordinary Windows 7 x64 users, without compiler?
The text was updated successfully, but these errors were encountered: