Skip to content

Commit

Permalink
Add note about packaging tooling in mac crafter
Browse files Browse the repository at this point in the history
Signed-off-by: Claudio Cambra <[email protected]>
  • Loading branch information
claucambra committed Sep 23, 2024
1 parent a77aca3 commit c405ce3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions admin/osx/mac-crafter/Sources/Utils/Packaging.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit c405ce3

Please sign in to comment.