Compile and install instead of full clean rebuild of client in mac crafter

Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
This commit is contained in:
Claudio Cambra 2024-06-22 16:41:58 +08:00 коммит произвёл Claudio Cambra
Родитель d8afa2b36b
Коммит a1e3474743
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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 {