mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-21 12:35:52 +03:00
Add note about packaging tooling in mac crafter
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
This commit is contained in:
parent
a77aca3ab2
commit
c405ce34d6
1 changed files with 1 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue