espressif / esptool

Espressif SoC serial bootloader utility
https://docs.espressif.com/projects/esptool
GNU General Public License v2.0
5.51k stars 1.37k forks source link

Sign/notarize macOS executable (ESPTOOL-881) #991

Open floitsch opened 2 months ago

floitsch commented 2 months ago

Is your feature request related to a problem?

From what I can tell the macOS binary isn't signed/notarized. I wasn't able to store it in my DMG and have the DMG signed and notarized.

Describe the solution you'd like

Sign and notarize the executables. You can take inspiration from our fork: https://github.com/toitlang/esptool/blob/b2d74c9958b1e6e858b655fbc1b6e28d3b3ca9be/.github/workflows/build_esptool.yml#L92

Describe alternatives you've considered

No response

Additional context

No response