Skip to content

fix: correct Windows release artifact name - #48

Open
Phoenix2066 wants to merge 1 commit into
gitxtui:masterfrom
Phoenix2066:fix-windows-installer
Open

fix: correct Windows release artifact name#48
Phoenix2066 wants to merge 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.

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

1 participant