From a1e34747439578b10f29c3038b37cffee6830e2d Mon Sep 17 00:00:00 2001 From: Claudio Cambra Date: Sat, 22 Jun 2024 16:41:58 +0800 Subject: [PATCH] Compile and install instead of full clean rebuild of client 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 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 { -- 2.30.2