mirror of
https://github.com/joel16/SwitchIdent.git
synced 2024-11-27 05:30:37 +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 whether the switch is in docked/handheld state.
|
||||||
- Displays IP Address.
|
- Displays IP Address.
|
||||||
- Displays storage sizes for SD, NAND (user) and NAND (system).
|
- Displays storage sizes for SD, NAND (user) and NAND (system).
|
||||||
|
- Displays various system statuses. (Bluetooth, WLAN, NFC, etc.)
|
||||||
|
|
||||||
# Credits:
|
# Credits:
|
||||||
|
|
||||||
|
@ -3,7 +3,7 @@ set -e
|
|||||||
set -x
|
set -x
|
||||||
|
|
||||||
make clean && make
|
make clean && make
|
||||||
mv gui/gui.nro .
|
mv gui/gui.nro ./SwitchIdent_GUI.nro
|
||||||
mv console/console.nro .
|
mv console/console.nro ./SwitchIdent_Console.nro
|
||||||
rm .gitattributes .travis.yml devkitpro-pacman.deb LICENSE Makefile README.md
|
rm .gitattributes .travis.yml devkitpro-pacman.deb LICENSE Makefile README.md
|
||||||
rm -rf common console gui resources source
|
rm -rf common console gui resources source
|
Loading…
Reference in New Issue
Block a user