mirror of
https://git.sr.ht/~thestr4ng3r/chiaki
synced 2025-08-14 02:36:51 -07:00
Fix switch README info and nxlink push script
This commit is contained in:
parent
a2955d21fc
commit
d4dc0ffee1
2 changed files with 8 additions and 22 deletions
|
@ -3,8 +3,10 @@
|
|||
cd "`dirname $(readlink -f ${0})`/../.."
|
||||
|
||||
docker run \
|
||||
-v "`pwd`:/build/chiaki" \
|
||||
-p 28771:28771 -ti \
|
||||
chiaki-switch \
|
||||
-c "/opt/devkitpro/tools/bin/nxlink -a $@ -s /build/chiaki/build_switch/switch/chiaki.nro"
|
||||
-v "`pwd`:/build/chiaki" \
|
||||
-w "/build/chiaki" \
|
||||
-ti -p 28771:28771 \
|
||||
--entrypoint /opt/devkitpro/tools/bin/nxlink \
|
||||
thestr4ng3r/chiaki-build-switch \
|
||||
"$@" -s /build/chiaki/build_switch/switch/chiaki.nro
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue