We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The program should be easy to acquire.
curl | bash
It would be cool if this program was easy to install using operating system packages managers. Here are a few:
winget
Note that currently winget does not support standalone executables
The text was updated successfully, but these errors were encountered:
This has some good inspiration on how you can use GitHub actions to publish to the Windows Store. Windows store apps can include command line apps.
https://github.com/microsoft/github-actions-for-desktop-apps
Sorry, something went wrong.
cargo-dist is an option for CI builds and download scripts:
cargo-dist
https://github.com/axodotdev/cargo-dist
No branches or pull requests
The program should be easy to acquire.
curl | bash
and the like, consider emulation capabilities of the host. #31It would be cool if this program was easy to install using operating system packages managers. Here are a few:
winget
, Windows Store, Scoop, etc.)Note that currently
winget
does not support standalone executablesThe text was updated successfully, but these errors were encountered: