Skip to content

Commit

Permalink
chore: remove unnecessary code
Browse files Browse the repository at this point in the history
  • Loading branch information
damonto committed Jul 21, 2024
1 parent 158f82f commit 7c75a12
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions internal/lpac/download.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,6 @@ func packageName() string {
default:
return "lpac-linux-" + runtime.GOARCH + ".zip"
}
case "windows":
if runtime.GOARCH == "amd64" || runtime.GOARCH == "386" {
return "lpac-windows-x86_64-mingw.zip"
}
return "lpac-windows-" + runtime.GOARCH + "-mingw.zip"
case "darwin":
return "lpac-darwin-universal.zip"
}
Expand Down

0 comments on commit 7c75a12

Please sign in to comment.