Skip to content

Commit 7421b27

Browse files
authored
Fix release script
Accidentally forgot to replace the nesDS URL in the release script, this should fix build errors
1 parent 29ccc90 commit 7421b27

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/release.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -30,15 +30,14 @@ jobs:
3030
wget https://files.deletecat.com/GBARunner3-hicode.zip
3131
wget -O GBAR3-Frontend.nds https://github.com/flashcarts/gbar3-frontend/releases/download/v0.9.0-fcnet2/gbar3-frontend-AOS.nds
3232
wget https://github.com/Stewmath/GameYob/releases/download/v0.5.2/gameyob.zip
33-
wget https://github.com/DS-Homebrew/NesDS/releases/latest/download/nesDS.7z
33+
wget https://github.com/DS-Homebrew/NesDS/releases/latest/download/nesDS.nds
3434
unzip GBARunner3-hicode.zip
3535
cp -r _gba ../out/acep
3636
cp -r _gba ../out/r4it
3737
cp -r _gba ../out/r4xx
3838
cp -r _gba ../out/ex4ds
3939
unzip gameyob.zip; rm gameyob_dsi.nds
4040
unzip S8DS.zip
41-
7z e nesDS.7z
4241
# nesDS and gameyob need to be DLDI patched, they do not work from AOS directly
4342
dlditool ../kernel/__rpg/game.dldi gameyob.nds
4443
dlditool ../kernel/__rpg/game.dldi nesDS.nds

0 commit comments

Comments
 (0)