Download: reorder download options by popularity #19
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Currently the "default" pre-selected download option at https://kaitai.io/#download is the Linux .deb. However, the download stats for the artifacts at https://github.com/kaitai-io/kaitai_struct_compiler/releases are the following (retreived via GitHub REST API using my little script
ksc-release-download-stats.sh
):The universal
.zip
is a clear winner. So I guess it makes sense to offer it as the first (default) option, followed by Linux .deb and Windows .msi. According to stats at https://formulae.brew.sh/formula/kaitai-struct-compiler, Homebrew is a bit less popular, so it comes after.zip
,.deb
and.msi
.