Fix buildtype argument for craft in mac crafter

Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
This commit is contained in:
Claudio Cambra 2024-06-20 18:20:10 +08:00 committed by Claudio Cambra
parent a9196609b0
commit cec60201fb

View file

@ -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 =