mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-22 21:04:18 +08:00
Add openttd manifest and icon
This commit is contained in:
parent
1591c47cda
commit
3387b5a1ef
4
recipes/openttd/manifest
Normal file
4
recipes/openttd/manifest
Normal file
@ -0,0 +1,4 @@
|
||||
name=OpenTTD
|
||||
binary=/games/openttd
|
||||
icon=/ui/icons/apps/openttd.png
|
||||
|
||||
@ -35,5 +35,12 @@ function recipe_stage {
|
||||
|
||||
"$REDOX_MAKE" VERBOSE=1 ROOT_DIR="$dest/../build/" BUNDLE_DIR="$bundledir" INSTALL_DIR="$dest" install
|
||||
rm -rf "$bundledir"
|
||||
|
||||
mkdir -pv "$1/ui/apps"
|
||||
cp -v "${COOKBOOK_RECIPE}/manifest" "$1/ui/apps/openttd"
|
||||
|
||||
mkdir -pv "$1/ui/icons/apps"
|
||||
cp -v "media/openttd.64.png" "$1/ui/icons/apps/openttd.png"
|
||||
|
||||
skip=1
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user