installer-gui: add manifest

This commit is contained in:
Jeremy Soller 2025-09-26 16:01:04 -06:00
parent a293894717
commit 58fc70fc7e
No known key found for this signature in database
GPG Key ID: 670FDFB5428E05CA
2 changed files with 13 additions and 1 deletions

View File

@ -0,0 +1,6 @@
name=Redox Installer
category=System
binary=/usr/bin/redox_installer_gui
icon=/usr/share/icons/Pop/48x48/apps/system-os-installer.svg
author=Jeremy Soller
description=GUI Installer for Redox

View File

@ -2,4 +2,10 @@
git = "https://gitlab.redox-os.org/redox-os/installer-gui.git"
[build]
template = "cargo"
template = "custom"
script = """
cookbook_cargo
mkdir -pv "${COOKBOOK_STAGE}/ui/apps"
cp -v "${COOKBOOK_RECIPE}/manifest" "${COOKBOOK_STAGE}/ui/apps/redox-installer-gui"
"""