mirror of
https://github.com/nextcloud/desktop.git
synced 2025-10-26 11:17:43 +00:00
Fix buildtype argument for craft in mac crafter
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
This commit is contained in:
parent
a9196609b0
commit
cec60201fb
@ -115,7 +115,7 @@ struct MacCrafter: ParsableCommand {
|
||||
}
|
||||
|
||||
print("Crafting Nextcloud Desktop Client...")
|
||||
shell("\(craftCommand) --src-dir \(repoRootDir) -i --build-type \(buildType) nextcloud-client")
|
||||
shell("\(craftCommand) --src-dir \(repoRootDir) -i --buildtype \(buildType) nextcloud-client")
|
||||
|
||||
if let codeSignIdentity {
|
||||
let clientAppDir =
|
||||
|
||||
Loading…
Reference in New Issue
Block a user