sanbornm / go-selfupdate

Enable your Go applications to self update
MIT License
1.53k stars 176 forks source link

Hyphen in file name doesn't play well with git. #19

Closed JackMordaunt closed 5 years ago

JackMordaunt commented 8 years ago

Git doesn't like "OS-Arch" using a hyphen. Could we make it default to "OS_Arch" with an underscore when using go-selfupdate?

Thoughts?

sanbornm commented 7 years ago

Can you please elaborate what it is Git does that makes this difficult?

Also, are you storing the binaries in Git? If so, why?