Merge branch 'installer-merging' into 'master'

Adapt installer-gui merging

See merge request redox-os/redox!2079
This commit is contained in:
Jeremy Soller 2026-04-18 07:01:38 -06:00
commit 68868e78e4

View File

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