Fix switch README info and nxlink push script

This commit is contained in:
h0neybadger 2021-01-02 13:23:14 +01:00
commit d4dc0ffee1
2 changed files with 8 additions and 22 deletions

View file

@ -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