notnmeyer / tsk

A really, really simple task runner. Single binary, TOML task format.
MIT License
4 stars 0 forks source link

feat: sign and notarized macos builds #30

Closed notnmeyer closed 1 year ago

notnmeyer commented 1 year ago

signs and notarizes macOS builds. because im building locally for now and gon has issues producing dmg's for apple silicon, only zips for macOS are available.

notarized zips dont support stapling and require internet access to verify the notarization on the first run.

closes https://github.com/notnmeyer/tsk/issues/22