wakatime / wakatime-cli

Command line interface used by all WakaTime text editor plugins
https://wakatime.com/plugins
BSD 3-Clause "New" or "Revised" License
277 stars 41 forks source link

Directly use notarytool to sign and notarize Apple binaries #978

Closed alanhamlett closed 11 months ago

alanhamlett commented 11 months ago

After #976 didn't work, let's just directly sign and notarize the Apple binaries ourself because it's not very difficult.

This removes the dependency on gon.

alanhamlett commented 11 months ago

it also should be fixed in this PR https://github.com/wakatime/wakatime-cli/blob/develop/bin/prepare_assets.sh#L59

Fixed!