mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-17 23:44:17 +08:00
installer-gui: add manifest
This commit is contained in:
parent
a293894717
commit
58fc70fc7e
6
recipes/gui/installer-gui/manifest
Normal file
6
recipes/gui/installer-gui/manifest
Normal 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
|
||||
@ -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"
|
||||
"""
|
||||
|
||||
Loading…
Reference in New Issue
Block a user