diff --git a/admin/osx/mac-crafter/Sources/Utils/Packaging.swift b/admin/osx/mac-crafter/Sources/Utils/Packaging.swift index 6981eec3a..836f68a82 100644 --- a/admin/osx/mac-crafter/Sources/Utils/Packaging.swift +++ b/admin/osx/mac-crafter/Sources/Utils/Packaging.swift @@ -23,6 +23,7 @@ enum PackagingError: Error { case packageSparkleSignError(String) } +/// NOTE: Requires Packages utility. http://s.sudre.free.fr/Software/Packages/about.html fileprivate func buildPackage(appName: String, buildWorkPath: String, productPath: String) throws -> String { let packageFile = "\(appName).pkg" let pkgprojPath = "\(buildWorkPath)/admin/osx/macosx.pkgproj"