Skip to content

Commit 1fd92d2

Browse files
committed
Update release script
1 parent 3ddf6c5 commit 1fd92d2

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/release.yml

+6
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@ jobs:
1616
run: |
1717
chmod +x build.sh
1818
./build.sh
19+
- name: Install p7zip for nesDS
20+
run: |
21+
sudo apt update
22+
sudo apt install p7zip-full -y
1923
2024
- name: Download other applications
2125
run: |
@@ -31,8 +35,10 @@ jobs:
3135
wget https://bitbucket.org/Coto88/snemulds/raw/e46406cc3c9fac986e6fb82cd859954ae15bde6c/release/snemul.cfg
3236
wget -O GBARunner2.nds https://github.com/unresolvedsymbol/GBARunner2-DSL-Enhanced/releases/download/v20201019-DSL_97447fe/GBARunner2_arm9dldi_ds.nds
3337
wget https://github.com/Stewmath/GameYob/releases/download/v0.5.2/gameyob.zip
38+
wget https://github.com/DS-Homebrew/NesDS/releases/latest/download/nesDS.7z
3439
unzip gameyob.zip; rm gameyob_dsi.nds
3540
unzip S8DS.zip
41+
7z e nesDS.7z
3642
# for whatever reason this needs to be DLDI patched, doesn't want to work from AOS directly
3743
dlditool ../kernel/__rpg/game.dldi gameyob.nds
3844
cp -r *.nds ../out/acep/__rpg/APP/

0 commit comments

Comments
 (0)