Skip to content
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

Support bare executables in releases #7

Open
filiptibell opened this issue Apr 9, 2024 · 0 comments · May be fixed by #66
Open

Support bare executables in releases #7

filiptibell opened this issue Apr 9, 2024 · 0 comments · May be fixed by #66
Labels
enhancement New feature or request

Comments

@filiptibell
Copy link
Collaborator

filiptibell commented Apr 9, 2024

Similar in implementation to #4, we could also support bare executables (not zipped or tarballs) in tool releases. One example and a tool I know of that does this is Sentry: https://github.com/getsentry/sentry-cli/releases/tag/2.31.0

Bare executables are sometimes accompanied by zips and tarballs (as seen in the linked release), and if we support bare executables we should probably still prefer zips/tarballs, since download sizes and network latency are generally the bottlenecks for Rokit.

@filiptibell filiptibell added the enhancement New feature or request label Apr 9, 2024
@CompeyDev CompeyDev linked a pull request Aug 10, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant