From: Claudio Cambra Date: Thu, 20 Jun 2024 10:20:10 +0000 (+0800) Subject: Fix buildtype argument for craft in mac crafter X-Git-Tag: archive/raspbian/3.16.7-1_deb13u1+rpi1~1^2~12^2~6^2~144 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=cec60201fbd1ac661d3ed103c15bbc0b2b2ce2c3;p=nextcloud-desktop.git Fix buildtype argument for craft in mac crafter Signed-off-by: Claudio Cambra --- diff --git a/admin/osx/mac-crafter/Sources/main.swift b/admin/osx/mac-crafter/Sources/main.swift index d35322d70..abc43b446 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 =