Skip to content

fix: correct Windows release artifact name - #48

Merged
bakayu merged 1 commit into
gitxtui:masterfrom
Phoenix2066:fix-windows-installer
Aug 24, 2026
Merged

fix: correct Windows release artifact name#48
bakayu merged 1 commit into
gitxtui:masterfrom
Phoenix2066:fix-windows-installer

Conversation

@Phoenix2066

Copy link
Copy Markdown
Contributor

Closes #47

What changed

Updated install.ps1 to use the Windows release artifact naming convention generated by GoReleaser.

The installer previously expected:

gitx_1.4.0_windows_amd64.zip

while the actual release artifact is:

gitx_Windows_x86_64.zip

The installer now maps the Windows architecture to the corresponding release artifact name.

Testing

  • Tested the original installer and confirmed it fails with a 404 due to the filename mismatch.
  • Tested the updated installer on Windows AMD64 from PowerShell.
  • Tested the updated installer from Git Bash on Windows AMD64.
  • Confirmed that gitx.exe is installed successfully.

@bakayu bakayu left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for the contribution!

@bakayu
bakayu merged commit bfd5282 into gitxtui:master Aug 24, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

fix: Windows installer downloads incorrect release artifact

2 participants