Skip to content
This repository has been archived by the owner on Jan 29, 2025. It is now read-only.

Commit

Permalink
Alias for PICO-8 thanks to @neilswann80
Browse files Browse the repository at this point in the history
  • Loading branch information
eduardofilo committed Feb 12, 2022
1 parent 037706d commit aff6ad1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions manual_build/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,8 @@ chown 1000:100 ${DIRECTORY}/mnt_p2/local/home/.py_backup/config.ini
echo "## Installing SimpleMenu files"
cp ${DIRECTORY}/simplemenu/alias.txt ${DIRECTORY}/mnt_p2/local/home/.simplemenu/
chown 1000:100 ${DIRECTORY}/mnt_p2/local/home/.simplemenu/alias.txt
cp ${DIRECTORY}/simplemenu/alias_PICO-8.txt ${DIRECTORY}/mnt_p2/local/home/.simplemenu/
chown 1000:100 ${DIRECTORY}/mnt_p2/local/home/.simplemenu/alias_PICO-8.txt
cp "${DIRECTORY}/simplemenu/apps and games.ini" ${DIRECTORY}/mnt_p2/local/home/.simplemenu/section_groups/
chown 1000:100 "${DIRECTORY}/mnt_p2/local/home/.simplemenu/section_groups/apps and games.ini"
cp ${DIRECTORY}/simplemenu/arcades.ini ${DIRECTORY}/mnt_p2/local/home/.simplemenu/section_groups/
Expand Down

0 comments on commit aff6ad1

Please sign in to comment.