merklecounty / rget

download URLs and verify the contents against a publicly recorded cryptographic log
https://merklecounty.com
Apache License 2.0
205 stars 17 forks source link

Zip with Windows release #39

Closed ghost closed 4 years ago

ghost commented 5 years ago

i see here

https://github.com/merklecounty/rget/releases

that all releases are TAR.GZ, even Windows. This isnt a huge deal, as you can get tools to extract TAR.GZ on Windows. However to my knowledge they arent built in, even with Windows 10.

So it might make sense to offer ZIP builds instead to Windows users.

philips commented 5 years ago

Looks like I need to add this to https://github.com/merklecounty/rget/blob/master/.goreleaser.yml

If you have a moment would you mind creating a PR and testing

    # Can be used to change the archive formats for specific GOOSs.
    # Most common use case is to archive as zip on Windows.
    # Default is empty.
    format_overrides:
      - goos: windows
        format: zip

Via https://goreleaser.com/customization/

ghost commented 4 years ago

Looks like I was mistaken

https://devblogs.microsoft.com/commandline/tar-and-curl-come-to-windows