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.
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.