Commit 6212098 Shaun Inman
committed
1 parent cbc43f8 commit 6212098 Copy full SHA for 6212098
File tree 2 files changed +4
-3
lines changed
2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -139,7 +139,8 @@ package: tidy
139
139
cd ./build/PAYLOAD && zip -r MinUI.zip .system .tmp_update
140
140
mv ./build/PAYLOAD/MinUI.zip ./build/BASE
141
141
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
143
144
cd ./build/EXTRAS && zip -r ../../releases/$(RELEASE_NAME ) -extras.zip Bios Emus Roms Saves Tools README.txt
144
145
echo " $( RELEASE_NAME) " > ./build/latest.txt
145
146
Original file line number Diff line number Diff line change @@ -3,10 +3,10 @@ unreleased changes:
3
3
BASE
4
4
5
5
- all: updated fceumm (Nintendo/FC) core (submitted by @frarees 🙏)
6
+ - all: configure default controller (submitted by @DSkywalk 🙏)
6
7
- all: added xrgb8888 support
7
8
- 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
10
10
- docs: documented "simple" mode
11
11
- tg5040: clear screen on exit/poweroff
12
12
- rg35xxplus: initial support (very alpha!)
You can’t perform that action at this time.
0 commit comments