Skip to content
This repository has been archived by the owner on Oct 31, 2023. It is now read-only.

Commit

Permalink
package/dmg: update doc to note it uses create-dmg
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchellh committed Nov 6, 2019
1 parent 6bf907f commit 358bd1c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions package/dmg/dmg.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
// Package dmg creates a "dmg" disk image. This package is purposely
// skewed towards the features required for notarization with gon and
// isn't meant to be a general purpose dmg creation library.
//
// This package works by embedding create-dmg[1] into the binary,
// self-extracting to a temporary directory, and executing the script. This is
// NOT a pure Go implementation of dmg creation. Please understand the risks
// associated with this before choosing to use this package.
//
// [1]: https://github.com/andreyvit/create-dmg
package dmg

import (
Expand Down

0 comments on commit 358bd1c

Please # to comment.