Skip to content

fix: Windows installer downloads incorrect release artifact #47

Description

@Phoenix2066

Hey! I was trying to install GitX on Windows using install.ps1, but the installer fails with a 404 when trying to download the release.

It looks like the installer is generating:
gitx_1.4.0_windows_amd64.zip

while the release artifact is named:
gitx_Windows_x86_64.zip

So I think there's a mismatch between the filename the installer expects and the filename generated by GoReleaser.

I tested changing the installer to use the GoReleaser naming convention, and it worked correctly on my Windows AMD64 machine.

I'm happy to submit a PR with the fix if this is the expected approach.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions