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: houseabsolute/ubi#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
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.gzand then.zipthat 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: houseabsolute/ubi#128
Describe the solution you'd like
Only use either
.zipor.tar.gzin github releases.I would recommend
.zipbecause 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