mitchellh / gon

Sign, notarize, and package macOS CLI tools and applications written in any language. Available as both a CLI and a Go library.
MIT License
1.47k stars 96 forks source link

Noob question, but can I use gon in linux, or just on a macos machine? #63

Closed juandiegopalomino closed 11 months ago

jwatte commented 1 year ago

Notarization uses proprietary binaries that Apple only distributes for their MacOS installs. There is no way allowed by Apple to use those tools from a non-Mac machine.

jpstotz commented 1 year ago

@jwatte It would be nice to update the Readme.md file with a Requirements section. At the moment the MacOS + Xcode requirement is well hidden within the Usage section.

teras commented 1 year ago

@jwatte It would be nice to update the Readme.md file with a Requirements section. At the moment the MacOS + Xcode requirement is well hidden within the Usage section.

I second that. I had to dig inside this "noob' question since I had exactly the same.

jwatte commented 1 year ago

https://github.com/mitchellh/gon/pull/71