mattn / sudo

sudo for windows
MIT License
750 stars 41 forks source link

Go really needed? #4

Closed lroellin closed 7 years ago

lroellin commented 7 years ago

Do users really need Go installed? From what I've tinkered around with Go (and please correct me cause I could be very wrong) you can compile a binary.

Wouldn't it be easier to just release that binary?

For me right now, it seems like I need the SDK as a user, when I could go on with just a compiled binary :)

thde commented 7 years ago

@lroellin You could build the binary using AppVeyor and push it to Github releases.

mattn commented 7 years ago

I'll add release script using AppVeyor in next chance to do.

mattn commented 7 years ago

done https://github.com/mattn/sudo/releases

Mause commented 7 years ago

You should probably enable the link to the releases tab?

mattn commented 7 years ago

Do you mean adding link into README.md ?

Mause commented 7 years ago

I guess - there used to a be link you could enable at the top, but I can't find the option anymore

lroellin commented 7 years ago

The link is still there, it's not a top-level tab but you can see it when browsing a repo :)