sudo icon indicating copy to clipboard operation
sudo copied to clipboard

x86 (Win32) build

Open osm0sis opened this issue 8 years ago • 0 comments

Hi! Could you please add a Win32 (x86) build to your 0.0.1 release?

I've been struggling to find a self-contained elevated command executor for Windows that pipes output correctly, and this looks like it does this, but you only have x86_64.

Edit: I've since installed Go and built my own, with go build -ldflags="-s -w" and then ran it through upx --brute sudo so that it's only 582kb, but it would still be nice for official builds to be available for others! 👍

Attachment - sudo.exe.zip

osm0sis avatar Nov 13 '17 04:11 osm0sis