From: Claudio Cambra Date: Sat, 22 Jun 2024 08:41:58 +0000 (+0800) Subject: Compile and install instead of full clean rebuild of client in mac crafter X-Git-Tag: archive/raspbian/3.16.7-1_deb13u1+rpi1~1^2~12^2~6^2~130 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=a1e34747439578b10f29c3038b37cffee6830e2d;p=nextcloud-desktop.git Compile and install instead of full clean rebuild of client 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 338298827..00a282134 100644 --- a/admin/osx/mac-crafter/Sources/main.swift +++ b/admin/osx/mac-crafter/Sources/main.swift @@ -141,7 +141,7 @@ struct MacCrafter: ParsableCommand { let allOptionsString = craftOptions.map({ "--options \"\($0)\"" }).joined(separator: " ") shell( - "\(craftCommand) --buildtype \(buildType) -i \(allOptionsString) \(craftBlueprintName)" + "\(craftCommand) --buildtype \(buildType) --compile --install \(allOptionsString) \(craftBlueprintName)" ) guard let codeSignIdentity else {