This commit is contained in:
nate smith 2021-11-12 15:26:15 -06:00
parent 59d651b5ea
commit 3bc4f4f5dd

View file

@ -372,10 +372,7 @@ func (m *Manager) installBin(repo ghrepo.Interface) error {
}
binPath := filepath.Join(targetDir, name)
if runtime.GOOS == "windows" {
binPath += ".exe"
}
binPath += ext
err = downloadAsset(m.client, *asset, binPath)
if err != nil {