Adapt installer-gui merging

This commit is contained in:
Wildan M 2026-04-18 10:59:15 +07:00
parent c9489fd8dc
commit 496a3884f6
No known key found for this signature in database
GPG Key ID: 01AC53185C679C79

View File

@ -1,11 +1,11 @@
[source] [source]
git = "https://gitlab.redox-os.org/redox-os/installer-gui.git" same_as = "../../core/installer"
[build] [build]
template = "custom" template = "custom"
script = """ script = """
DYNAMIC_INIT DYNAMIC_INIT
cookbook_cargo COOKBOOK_CARGO_PATH="gui" cookbook_cargo
mkdir -pv "${COOKBOOK_STAGE}/usr/share/ui/apps" mkdir -pv "${COOKBOOK_STAGE}/usr/share/ui/apps"
cp -v "${COOKBOOK_RECIPE}/manifest" "${COOKBOOK_STAGE}/usr/share/ui/apps/redox-installer-gui" cp -v "${COOKBOOK_RECIPE}/manifest" "${COOKBOOK_STAGE}/usr/share/ui/apps/redox-installer-gui"