From cec60201fbd1ac661d3ed103c15bbc0b2b2ce2c3 Mon Sep 17 00:00:00 2001 From: Claudio Cambra Date: Thu, 20 Jun 2024 18:20:10 +0800 Subject: [PATCH] Fix buildtype argument for craft in mac crafter Signed-off-by: Claudio Cambra --- admin/osx/mac-crafter/Sources/main.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin/osx/mac-crafter/Sources/main.swift b/admin/osx/mac-crafter/Sources/main.swift index d35322d703..abc43b446c 100644 --- a/admin/osx/mac-crafter/Sources/main.swift +++ b/admin/osx/mac-crafter/Sources/main.swift @@ -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 =