mirror of
https://github.com/joel16/SwitchIdent.git
synced 2024-11-23 11:49:43 +00:00
Update feature list and build names
This commit is contained in:
parent
eb47655f64
commit
fc73c33eee
@ -16,6 +16,7 @@ Test builds can be found in the [gh-pages branch](https://github.com/joel16/Swit
|
||||
- Displays whether the switch is in docked/handheld state.
|
||||
- Displays IP Address.
|
||||
- Displays storage sizes for SD, NAND (user) and NAND (system).
|
||||
- Displays various system statuses. (Bluetooth, WLAN, NFC, etc.)
|
||||
|
||||
# Credits:
|
||||
|
||||
|
@ -3,7 +3,7 @@ set -e
|
||||
set -x
|
||||
|
||||
make clean && make
|
||||
mv gui/gui.nro .
|
||||
mv console/console.nro .
|
||||
mv gui/gui.nro ./SwitchIdent_GUI.nro
|
||||
mv console/console.nro ./SwitchIdent_Console.nro
|
||||
rm .gitattributes .travis.yml devkitpro-pacman.deb LICENSE Makefile README.md
|
||||
rm -rf common console gui resources source
|
Loading…
Reference in New Issue
Block a user