Impeeza build enh (#144)

* Update README.md

add switch-mbedtls needed to build the code

* Update build_release.sh

improvement on dir change using pushd

* Update README.md
This commit is contained in:
impeeza
2025-05-28 05:58:42 -05:00
committed by GitHub
parent 8821dfcbe4
commit b0ff2eb4b7
2 changed files with 5 additions and 3 deletions

View File

@@ -15,6 +15,6 @@ rm -rf out
# --- SWITCH --- #
mkdir -p out/switch/sphaira/
cp -r build/MinSizeRel/*.nro out/switch/sphaira/sphaira.nro
cd out
pushd out
zip -r9 sphaira.zip switch
cd ../..
popd