Skip to content

macOS add signing of DMG and ZIPed export

Rafał Mikrut requested to merge github/fork/bruvzg/macos_zip_sign into master

Created by: bruvzg

  1. Sign DMG after exporting (required for notarizing).
  2. Sign .app bundle when exporting as ZIP on macOS.

Instead of separate export code that was modifying copy of export template ZIP, it now reuses same export procedure for both ZIP and DMG - extracting export template, signing and creating new archive.

Merge request reports