Do not use nested .zip/.tar.gz in github releases
- Dominant language
- Rust
- Stars
- 20.4k
- Forks
- 1.4k
- PR merge metrics
- No merged PRs in 30d
Description
**Is your feature request related to a problem? Please describe.**
I want to use houeabsolute/ubi (universal binary installer) to install rustscan. But rustscan is double compressed/archived first `.tar.gz` and then `.zip` that ist kind of unusual and unnecessary.
Would it be possible to change the release process to only use on archive/zip instead of two?
For reference see: https://github.com/houseabsolute/ubi/issues/128
**Describe the solution you'd like**
Only use either `.zip` or `.tar.gz` in github releases.
I would recommend `.zip` because it is the most common on all systems.
Lastly, I want to say thank you for your time an effort as an opensource maintainer.
And thank you for help
Contributor guide
Assessment
This issue has not been assessed yet.