Skip to content
Snippets Groups Projects
Verified Commit 0e91d2d3 authored by Jeremy Soller's avatar Jeremy Soller
Browse files

Add sm64ex manifest and icon

parent c3c4da89
No related branches found
No related tags found
No related merge requests found
name=sm64ex
category=Games
binary=/bin/sm64
icon=/ui/icons/apps/sm64ex.png
...@@ -15,8 +15,17 @@ rsync -av --delete "${COOKBOOK_SOURCE}/" ./ ...@@ -15,8 +15,17 @@ rsync -av --delete "${COOKBOOK_SOURCE}/" ./
# You must find your own ROM # You must find your own ROM
cp -v "${COOKBOOK_RECIPE}/baserom.us.z64" baserom.us.z64 cp -v "${COOKBOOK_RECIPE}/baserom.us.z64" baserom.us.z64
#TODO: do this in cook instead
unset AR AS CC CXX LD NM OBJCOPY OBJDUMP RANLIB READELF STRIP
export CROSS="${TARGET}-" export CROSS="${TARGET}-"
"${COOKBOOK_MAKE}" -j "${COOKBOOK_MAKE_JOBS}" "${COOKBOOK_MAKE}" -j "${COOKBOOK_MAKE_JOBS}"
mkdir -p "${COOKBOOK_STAGE}/bin" mkdir -p "${COOKBOOK_STAGE}/bin"
cp -v build/us_pc/sm64.us.f3dex2e "${COOKBOOK_STAGE}/bin/sm64" cp -v build/us_pc/sm64.us.f3dex2e "${COOKBOOK_STAGE}/bin/sm64"
mkdir -pv "${COOKBOOK_STAGE}/ui/apps"
cp -v "${COOKBOOK_RECIPE}/manifest" "${COOKBOOK_STAGE}/ui/apps/sm64ex"
mkdir -pv "${COOKBOOK_STAGE}/ui/icons/apps"
wget -O "${COOKBOOK_STAGE}/ui/icons/apps/sm64ex.png" https://evilgames.eu/texture-packs/thumb/sm64-reloaded.png
""" """
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment