Compile and install instead of full clean rebuild of client in mac crafter
authorClaudio Cambra <claudio.cambra@nextcloud.com>
Sat, 22 Jun 2024 08:41:58 +0000 (16:41 +0800)
committerClaudio Cambra <developer@claudiocambra.com>
Mon, 8 Jul 2024 07:41:45 +0000 (15:41 +0800)
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
admin/osx/mac-crafter/Sources/main.swift

index 338298827d83d75faefe76be0bc6a94dac0d4f4e..00a2821342f93ba16acbef54ded87e68eab2de91 100644 (file)
@@ -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 {