From 496a3884f6fd695acc572f5f80e10c6dc59f6f90 Mon Sep 17 00:00:00 2001 From: Wildan M Date: Sat, 18 Apr 2026 10:59:15 +0700 Subject: [PATCH] Adapt installer-gui merging --- recipes/gui/installer-gui/recipe.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes/gui/installer-gui/recipe.toml b/recipes/gui/installer-gui/recipe.toml index a825566d8..4e7c9cc7c 100644 --- a/recipes/gui/installer-gui/recipe.toml +++ b/recipes/gui/installer-gui/recipe.toml @@ -1,11 +1,11 @@ [source] -git = "https://gitlab.redox-os.org/redox-os/installer-gui.git" +same_as = "../../core/installer" [build] template = "custom" script = """ DYNAMIC_INIT -cookbook_cargo +COOKBOOK_CARGO_PATH="gui" cookbook_cargo mkdir -pv "${COOKBOOK_STAGE}/usr/share/ui/apps" cp -v "${COOKBOOK_RECIPE}/manifest" "${COOKBOOK_STAGE}/usr/share/ui/apps/redox-installer-gui"