Skip to content

Commit 6212098

Browse files
author
Shaun Inman
committed
forgot to add rg35xx folders to release zip
1 parent cbc43f8 commit 6212098

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

makefile

+2-1
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,8 @@ package: tidy
139139
cd ./build/PAYLOAD && zip -r MinUI.zip .system .tmp_update
140140
mv ./build/PAYLOAD/MinUI.zip ./build/BASE
141141

142-
cd ./build/BASE && zip -r ../../releases/$(RELEASE_NAME)-base.zip Bios Roms Saves miyoo miyoo354 trimui dmenu.bin em_ui.sh MinUI.zip README.txt
142+
# TODO: can I just add everything in BASE to zip?
143+
cd ./build/BASE && zip -r ../../releases/$(RELEASE_NAME)-base.zip Bios Roms Saves miyoo miyoo354 trimui rg35xx rg35xxplus em_ui.sh MinUI.zip README.txt
143144
cd ./build/EXTRAS && zip -r ../../releases/$(RELEASE_NAME)-extras.zip Bios Emus Roms Saves Tools README.txt
144145
echo "$(RELEASE_NAME)" > ./build/latest.txt
145146

todo.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ unreleased changes:
33
BASE
44

55
- all: updated fceumm (Nintendo/FC) core (submitted by @frarees 🙏)
6+
- all: configure default controller (submitted by @DSkywalk 🙏)
67
- all: added xrgb8888 support
78
- all: fast forward persists across opening in-game menu
8-
- all: configure default controller (submitted by @DSkywalk 🙏)
9-
- all: Collections now support subfolders
9+
- all: collections now support subfolders
1010
- docs: documented "simple" mode
1111
- tg5040: clear screen on exit/poweroff
1212
- rg35xxplus: initial support (very alpha!)

0 commit comments

Comments
 (0)