mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-22 04:55:48 +03:00
Merge pull request #7122 from nextcloud/backport/6921/stable-3.14
[stable-3.14] Add additional options to make cross-compiling client feasible with Mac Crafter
This commit is contained in:
commit
d3cd7bb4ae
1 changed files with 4 additions and 0 deletions
|
@ -209,6 +209,10 @@ struct Build: ParsableCommand {
|
|||
}
|
||||
try fm.copyItem(atPath: clientAppDir, toPath: "\(productPath)/\(appName).app")
|
||||
|
||||
print("Placing Nextcloud Desktop Client in product directory...")
|
||||
try fm.createDirectory(atPath: productPath, withIntermediateDirectories: true, attributes: nil)
|
||||
try fm.copyItem(atPath: clientAppDir, toPath: productPath)
|
||||
|
||||
print("Done!")
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue