зеркало из https://github.com/nextcloud/desktop.git
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:
Родитель
d8afa2b36b
Коммит
a1e3474743
|
@ -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 {
|
||||
|
|
Загрузка…
Ссылка в новой задаче