Skip to content

Packaging

ChiefVenzox edited this page Jun 6, 2026 · 1 revision

Packaging

ChiefKit Studio includes a macOS packaging script:

./script/package_macos.sh

The script:

  • builds the release binary
  • creates a standard .app bundle
  • copies app resources and icon files
  • signs the app ad-hoc for local distribution
  • creates a compressed DMG with an Applications shortcut
  • verifies the DMG checksum

Output

dist/ChiefKit Studio Setup.dmg

Gatekeeper Note

The generated app is ad-hoc signed. Public distribution without Gatekeeper warnings requires Apple Developer ID signing and notarization.

Clone this wiki locally