SuperMarioOdysseyOnline/docker-build.sh

16 lines
333 B
Bash
Raw Permalink Normal View History

2022-07-09 19:56:38 +00:00
#!/bin/bash
2022-09-04 23:41:34 +00:00
ISEMU=${1:-0}
2022-07-09 19:56:38 +00:00
export DOCKER_BUILDKIT=1
docker build . -t smoo-client-build
docker run --rm \
-u $(id -u):$(id -g) \
-v "/$PWD/":/app/ \
2022-09-04 23:41:34 +00:00
-e ISEMU=${ISEMU} \
2022-07-09 19:56:38 +00:00
smoo-client-build \
;
docker rmi smoo-client-build
cp -r ./romfs/ ./starlight_patch_*/atmosphere/contents/0100000000010000/.