From 4a2870ee12bf1708e6046f8f185bc9a7ba91d940 Mon Sep 17 00:00:00 2001 From: Ribbon <ribbon_45@proton.me> Date: Thu, 9 May 2024 15:55:55 +0000 Subject: [PATCH] Build the CLI frontend on objdiff --- recipes/wip/tools/objdiff/recipe.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/wip/tools/objdiff/recipe.toml b/recipes/wip/tools/objdiff/recipe.toml index 66a588443..a8dd0b515 100644 --- a/recipes/wip/tools/objdiff/recipe.toml +++ b/recipes/wip/tools/objdiff/recipe.toml @@ -4,5 +4,5 @@ git = "https://github.com/encounter/objdiff" [build] template = "custom" script = """ -cookbook_cargo_packages objdiff-gui +cookbook_cargo_packages objdiff-gui objdiff-cli """ -- GitLab