build: Include shortcuts sheet in release
This commit is contained in:
parent
9f478404f6
commit
2290939be2
3 changed files with 10 additions and 9 deletions
|
|
@ -41,13 +41,6 @@ top of MinUI.
|
||||||
- All extras included in default installation
|
- All extras included in default installation
|
||||||
- Improved developer onboarding
|
- Improved developer onboarding
|
||||||
|
|
||||||
### Shortcuts
|
|
||||||
|
|
||||||
| Description | Shortcut |
|
|
||||||
| ---------------------------- | ---------------------------- |
|
|
||||||
| Adjust brightness | MENU + VOLUME_DOWN/VOLUME_UP |
|
|
||||||
| Add to Favorites (from menu) | SELECT |
|
|
||||||
|
|
||||||
## Development
|
## Development
|
||||||
|
|
||||||
### Prerequisites
|
### Prerequisites
|
||||||
|
|
|
||||||
4
makefile
4
makefile
|
|
@ -102,14 +102,14 @@ zip:
|
||||||
cd ./build/PAYLOAD && zip -r MinUI.zip .system
|
cd ./build/PAYLOAD && zip -r MinUI.zip .system
|
||||||
mv ./build/PAYLOAD/MinUI.zip ./build/BASE
|
mv ./build/PAYLOAD/MinUI.zip ./build/BASE
|
||||||
|
|
||||||
cd ./build/BASE && zip -r ../../releases/$(RELEASE_NAME)-base.zip Bios Roms Saves dmenu.bin MinUI.zip README.txt INSTALL.txt
|
cd ./build/BASE && zip -r ../../releases/$(RELEASE_NAME)-base.zip Bios Roms Saves dmenu.bin MinUI.zip README.txt INSTALL.txt SHORTCUTS.txt
|
||||||
cd ./build/EXTRAS && zip -r ../../releases/$(RELEASE_NAME)-extras.zip Bios Emus Roms Saves Tools README.txt
|
cd ./build/EXTRAS && zip -r ../../releases/$(RELEASE_NAME)-extras.zip Bios Emus Roms Saves Tools README.txt
|
||||||
|
|
||||||
rm -fr ./build/FULL
|
rm -fr ./build/FULL
|
||||||
mkdir ./build/FULL
|
mkdir ./build/FULL
|
||||||
cp -fR ./build/BASE/* ./build/FULL/
|
cp -fR ./build/BASE/* ./build/FULL/
|
||||||
cp -fR ./build/EXTRAS/* ./build/FULL/
|
cp -fR ./build/EXTRAS/* ./build/FULL/
|
||||||
cd ./build/FULL && zip -r ../../releases/$(RELEASE_NAME)-full.zip Bios Emus Roms Saves Tools dmenu.bin MinUI.zip INSTALL.txt
|
cd ./build/FULL && zip -r ../../releases/$(RELEASE_NAME)-full.zip Bios Emus Roms Saves Tools dmenu.bin MinUI.zip INSTALL.txt SHORTCUTS.txt
|
||||||
|
|
||||||
echo "$(RELEASE_NAME)" > ./build/latest.txt
|
echo "$(RELEASE_NAME)" > ./build/latest.txt
|
||||||
|
|
||||||
|
|
|
||||||
8
skeleton/BASE/SHORTCUTS.txt
Normal file
8
skeleton/BASE/SHORTCUTS.txt
Normal file
|
|
@ -0,0 +1,8 @@
|
||||||
|
#############
|
||||||
|
# Shortcuts #
|
||||||
|
#############
|
||||||
|
|
||||||
|
| Description | Shortcut |
|
||||||
|
| ---------------------------- | ---------------------------- |
|
||||||
|
| Adjust brightness | MENU + VOLUME_DOWN/VOLUME_UP |
|
||||||
|
| Add to Favorites (from menu) | SELECT |
|
||||||
Loading…
Add table
Add a link
Reference in a new issue