Skip to content
This repository has been archived by the owner on Apr 12, 2024. It is now read-only.

Commit

Permalink
Removed PicoArch binary from the OPK because it's now included in my …
Browse files Browse the repository at this point in the history
…custom OS
  • Loading branch information
DrUm78 committed Sep 3, 2023
1 parent 7d6f60a commit b2d4d2b
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions package
@@ -1,13 +1,6 @@
#!/bin/sh

mkdir -p opk/

cd /opt/picoarch
./package
cp -f picoarch ../libretro-scummvm/opk

cd /opt/libretro-scummvm
#git pull
git fetch --all
git merge upstream/branch-2-6-1
cd backends/platform/libretro/build
Expand All @@ -16,9 +9,7 @@ make -j16
/opt/FunKey-sdk/bin/arm-funkey-linux-musleabihf-strip scummvm_libretro.so
cp -f scummvm_libretro.so ../../../../opk/
cd -

cp -f icons/scummvm.png opk/
cp -f AUTHORS CONTRIBUTING.md COPYING COPYRIGHT NEWS.md README.md opk/
cp -f icons/scummvm.png AUTHORS CONTRIBUTING.md COPYING COPYRIGHT NEWS.md README.md opk/

cd backends/platform/libretro/aux-data
./bundle_aux_data.bash
Expand Down

0 comments on commit b2d4d2b

Please sign in to comment.